Class: NexusParser::Tokens::Label
- Defined in:
- lib/nexus_parser/tokens.rb
Instance Attribute Summary
Attributes inherited from Token
Instance Method Summary collapse
-
#initialize(str) ⇒ Label
constructor
A new instance of Label.
Constructor Details
#initialize(str) ⇒ Label
Returns a new instance of Label.
94 95 96 |
# File 'lib/nexus_parser/tokens.rb', line 94 def initialize(str) super(str) end |