# File lib/rubygems/dependency.rb, line 17
  def <=>(other)
    [@name] <=> [other.name]
  end