# File lib/sass/script/value/number.rb, line 117 def minus(other) if other.is_a? Number operate(other, :-) else super end end