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