Class: Values::Parser::Unquoted

Inherits:
Token
  • Object
show all
Defined in:
lib/csv11.rb

Instance Attribute Summary

Attributes inherited from Token

#name, #value

Instance Method Summary collapse

Methods inherited from Token

#quoted?, #triple_quoted?, #unquoted?

Constructor Details

#initialize(value) ⇒ Unquoted

Returns a new instance of Unquoted.



25
# File 'lib/csv11.rb', line 25

def initialize( value ) super( 'UNQUOTED', value ); end