Method: ECCSV::Lexer#initialize
- Defined in:
- lib/eccsv/lexer.rb
#initialize(stream) ⇒ Lexer
Returns a new instance of Lexer.
3 4 5 |
# File 'lib/eccsv/lexer.rb', line 3 def initialize(stream) @stream = stream end |
Returns a new instance of Lexer.
3 4 5 |
# File 'lib/eccsv/lexer.rb', line 3 def initialize(stream) @stream = stream end |