Method: SyntaxTree::BEGINBlock#statements

Defined in:
lib/syntax_tree.rb

#statementsObject (readonly)

Statements

the expressions to be executed



423
424
425
# File 'lib/syntax_tree.rb', line 423

def statements
  @statements
end