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