# File lib/rhc/rest/region.rb, line 21
    def <=>(other)
      return self.name <=> other.name
    end