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