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