Method: Rtml::HighLevel::ManagedVariable#-
- Defined in:
- lib/rtml/high_level/managed_variable.rb
#-(other) ⇒ Object
Returns the TML necessary to subtract the specified value from this one.
43 |
# File 'lib/rtml/high_level/managed_variable.rb', line 43 def -(other) op(:minus, other) end |