# File lib/sass/script/value/number.rb, line 190 def mod(other) if other.is_a?(Number) operate(other, :%) else raise NoMethodError.new(nil, :mod) end end