Class: Values::Parser::Quoted

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

Returns a new instance of Quoted.



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

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