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 or equal to the specified value.
30 31 32 |
# File 'lib/rtml/high_level/managed_variable.rb', line 30 def <=(other) op(:less_or_equal, other) end |