NAME
Erlang::Parser::Node::Tuple - a tuple of items
DESCRIPTION
A set number of items; if you need something with variable length, use lists.
Accessors
elems
-
The Erlang::Parser::Nodes which make up the tuple's elements.
Methods
print
-
Pretty-prints the node to its filehandle argument.
EXAMPLE
{1, 2, 3}