to_spec()
DOC: this method needs either documented or :nodoc’d
# File lib/rubygems/dependency.rb, line 308 def to_spec matches = self.to_specs matches.find { |spec| spec.activated? } or matches.last end