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 greater than the specified argument’s value.
25 26 27 |
# File 'lib/rtml/high_level/managed_variable.rb', line 25 def >(other) op(:greater, other) end |