Method: Rtml::HighLevel::ManagedVariable#+
- Defined in:
- lib/rtml/high_level/managed_variable.rb
#+(other) ⇒ Object
Returns the TML necessary to add or concatenate the specified value with this one.
40 |
# File 'lib/rtml/high_level/managed_variable.rb', line 40 def +(other) op(:plus, other) end |