This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

dependent_gems

        # Gem::Specification.dependent_gems

(from ruby core)
### Implementation from Specification
---
    dependent_gems(check_dev=true)

---

Return a list of all gems that have a dependency on this gemspec.  The
list is structured with entries that conform to:

    [depending_gem, dependency, [list_of_gems_that_satisfy_dependency]]



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.