Method: Rtml::HighLevel::ManagedVariable#format
- Defined in:
- lib/rtml/high_level/managed_variable.rb
#format(other) ⇒ Object
Returns the TML necessary to format this variable using the specified format.
59 60 61 |
# File 'lib/rtml/high_level/managed_variable.rb', line 59 def format(other) op(:format, other) end |