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