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