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

stubbed?

        # Gem::StubSpecification.stubbed?

(from ruby core)
### Implementation from BasicSpecification
---
    stubbed?()

---

Whether this specification is stubbed - i.e. we have information about
the gem from a stub line, without having to evaluate the entire gemspec
file.



      

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.