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 equal to the specified argument’s value.



9
10
11
# File 'lib/rtml/high_level/managed_variable.rb', line 9

def ==(other)
  op(:equal, other)
end