Class: Block
Overview
The root of the parsed tree
Instance Method Summary collapse
-
#statements ⇒ Object
Gets the statements in a Steam Language block.
Instance Method Details
#statements ⇒ Object
Gets the statements in a Steam Language block
11 12 13 |
# File 'lib/steamd/nodes/block_node.rb', line 11 def statements elements.map(&:statement) end |