Method: BlockNode#initialize
- Defined in:
- lib/nodes.rb
#initialize(statements = nil) ⇒ BlockNode
Returns a new instance of BlockNode.
88 89 90 |
# File 'lib/nodes.rb', line 88 def initialize(statements = nil) @block = statements end |