# File lib/rubygems/requirement.rb, line 150
  def <=>(other)
    to_s <=> other.to_s
  end