Class: NexusParser::Tokens::CharacterLabel

Inherits:
LabelBase show all
Defined in:
lib/nexus_parser/tokens.rb

Instance Attribute Summary

Attributes inherited from Token

#value

Instance Method Summary collapse

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