KO
|
EN
gitlite — search
Search
#python
#nodejs
#javascript
#react
#golang
#css
#hacktoberfest
#database
#deep-learning
#node
#go
#gtk
descendants_tracker
★ 44
Open GitHub ↗
Track descendants of a class
Download README (.md)
Explore Similar Repositories
mini_magick
:
mini replacement for RMagick
generator-drupaltheme
:
Yeoman generator for a Drupal theme
vimconf
:
Obsoleted. Moved to https://github.com/vim-jp/vimconf.org
iluminate
:
Add those trendy flat shadows on stuff
markdown2latex
:
Extension to python-markdown to support LaTeX (rather than html) output
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
descendants_tracker
?
Download (.md)
# descendants_tracker [][gem] [][travis] [][gemnasium] [][codeclimate] [][coveralls] [gem]: https://rubygems.org/gems/descendants_tracker [travis]: https://travis-ci.org/dkubb/descendants_tracker [gemnasium]: https://gemnasium.com/dkubb/descendants_tracker [codeclimate]: https://codeclimate.com/github/dkubb/descendants_tracker [coveralls]: https://coveralls.io/r/dkubb/descendants_tracker Small module to track descendants in an unobtrusive way. ## Examples ``` ruby class Foo extend DescendantsTracker end class Bar < Foo end Foo.descendants # => [Bar] ``` ## Credits * Dan Kubb ([dkubb](https://github.com/dkubb)) * Piotr Solnica ([solnic](https://github.com/solnic)) * Markus Schirp ([mbj](https://github.com/mbj)) ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for details. ## Copyright Copyright © 2012-2013 Dan Kubb (author) Copyright © 2011-2012 Piotr Solnica (source maintainer) Copyright © 2012 Markus Schirp (packaging) See LICENSE for details.