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

spec_name

        # Gem::Specification.spec_name

(from ruby core)
### Implementation from Specification
---
    spec_name()

---

The default name of the gemspec.  See also #file_name

    spec.spec_name # => "example-1.0.gemspec"



      

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.