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

matches_spec?

        # Gem::Dependency.matches_spec?

(from ruby core)
### Implementation from Dependency
---
    matches_spec?(spec)

---

Does this dependency match `spec`?

NOTE:  This is not a convenience method.  Unlike #match? this method
returns true when `spec` is a prerelease version even if this dependency
is not a prerelease 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.