Method: Rtml::HighLevel::ManagedVariable#item

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

#item(other) ⇒ Object Also known as: []

Returns the TML necessary to retrieve an item from the list with the specified index.



46
47
48
# File 'lib/rtml/high_level/managed_variable.rb', line 46

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