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