Method: Rtml::HighLevel::ManagedVariable#<
- Defined in:
- lib/rtml/high_level/managed_variable.rb
#<(other) ⇒ Object
Returns the TML necessary to test whether this variable’s value is less than the specified argument’s value.
20 21 22 |
# File 'lib/rtml/high_level/managed_variable.rb', line 20 def <(other) op(:less, other) end |