# File lib/rhc/rest/environment_variable.rb, line 10
      def <=>(other)
        name <=> other.name
      end