Class: IV::Phonic::AST::DebuggerStatement
- Defined in:
- lib/iv/phonic/ast.rb
Instance Method Summary collapse
-
#initialize(parent, stmt) ⇒ DebuggerStatement
constructor
A new instance of DebuggerStatement.
Methods inherited from Statement
Methods inherited from Node
#begin_position, #end_position, #program, #source
Constructor Details
#initialize(parent, stmt) ⇒ DebuggerStatement
Returns a new instance of DebuggerStatement.
290 291 292 |
# File 'lib/iv/phonic/ast.rb', line 290 def initialize parent, stmt super parent, stmt end |