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

licenses=

        # Gem::Specification.licenses=

(from ruby core)
### Implementation from Specification
---
    licenses=(licenses)

---

The license(s) for the library.

Each license must be a short name, no more than 64 characters.

This should just be the name of your license. The full text of the
license should be inside of the gem when you build it.

See #license= for more discussion

Usage:
    spec.licenses = ['MIT', 'GPL-2.0']



      

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.