# File lib/locale/tag/simple.rb, line 85
      def <=>(other)
        self.to_s <=> other.to_s
      end