Class: NexusParser::Tokens::Label

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) ⇒ Label

Returns a new instance of Label.



94
95
96
# File 'lib/nexus_parser/tokens.rb', line 94

def initialize(str)
  super(str)
end