Method: Crokus::Else#initialize
- Defined in:
- lib/crokus/ast.rb
#initialize(body = []) ⇒ Else
Returns a new instance of Else.
297 298 299 |
# File 'lib/crokus/ast.rb', line 297 def initialize body=[] @body=body end |
Returns a new instance of Else.
297 298 299 |
# File 'lib/crokus/ast.rb', line 297 def initialize body=[] @body=body end |