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