# File lib/origin/extensions/string.rb, line 85
      def to_direction
        self =~ /desc/i ? -1 : 1
      end