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