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

match?

        # Gem::Dependency.match?

(from ruby core)
### Implementation from Dependency
---
    dep.match? name          => true or false
    dep.match? name, version => true or false
    dep.match? spec          => true or false

---

Does this dependency match the specification described by `name` and
`version` or match `spec`?

NOTE:  Unlike #matches_spec? this method does not return true when the
version is a prerelease version unless this is 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.