Method: Rtml::HighLevel::ManagedVariable#not_equal

Defined in:
lib/rtml/high_level/managed_variable.rb

#not_equal(other) ⇒ Object Also known as: not_equal_to

Returns the TML necessary to test whether this variable’s value is not equal to the specified argument’s value.



14
15
16
# File 'lib/rtml/high_level/managed_variable.rb', line 14

def not_equal(other)
  op(:not_equal, other)
end