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