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