Class: Vertigo::Parenth
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#expr ⇒ Object
Returns the value of attribute expr.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(expr = nil) ⇒ Parenth
constructor
A new instance of Parenth.
Methods inherited from AstNode
Constructor Details
#initialize(expr = nil) ⇒ Parenth
Returns a new instance of Parenth.
456 457 458 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 456 def initialize expr=nil @expr=expr end |
Instance Attribute Details
#expr ⇒ Object
Returns the value of attribute expr.
455 456 457 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 455 def expr @expr end |