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 or equal to the specified value.



35
36
37
# File 'lib/rtml/high_level/managed_variable.rb', line 35

def >=(other)
  op(:greater_or_equal, other)
end