# File lib/sass/script/value/number.rb, line 254 def lt(other) raise NoMethodError.new(nil, :lt) unless other.is_a?(Number) operate(other, :<) end