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

load_specs

        # Gem::Source::SpecificFile.load_specs

(from ruby core)
### Implementation from Source
---
    load_specs(type)

---

Loads `type` kind of specs fetching from +@uri+ if the on-disk cache is
out of date.

`type` is one of the following:

:released   => Return the list of all released specs :latest     =>
Return the list of only the highest version of each gem :prerelease =>
Return the list of all prerelease only specs



      

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.