Class: IV::Phonic::AST::ArrayHole
- Inherits:
-
Expression
- Object
- Node
- Expression
- IV::Phonic::AST::ArrayHole
- Defined in:
- lib/iv/phonic/ast.rb
Instance Method Summary collapse
-
#initialize(parent, expr) ⇒ ArrayHole
constructor
A new instance of ArrayHole.
Methods inherited from Expression
Methods inherited from Node
#begin_position, #end_position, #program, #source
Constructor Details
#initialize(parent, expr) ⇒ ArrayHole
Returns a new instance of ArrayHole.
424 425 426 |
# File 'lib/iv/phonic/ast.rb', line 424 def initialize parent, expr super parent, expr end |