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