Class: BOAST::Minus
Class Method Summary collapse
Methods inherited from Operator
Class Method Details
.to_s(arg1, arg2, return_type) ⇒ Object
391 392 393 |
# File 'lib/BOAST/Operators.rb', line 391 def Minus.to_s(arg1, arg2, return_type) return " -(#{arg2})" end |