# File lib/sass/script/value/base.rb, line 109
    def minus(other)
      Sass::Script::Value::String.new("#{to_s}-#{other.to_s}")
    end