method
to_spec
v1_9_3_125 -
Show latest stable
- Class:
Gem::Dependency
to_spec()public
No documentation available.
# File lib/rubygems/dependency.rb, line 255
def to_spec
matches = self.to_specs
matches.find { |spec| spec.activated? } or matches.last
end