Class: STSV

Inherits:
SCSV show all
Defined in:
lib/scsv.rb

Overview

for TAB separated file

Constant Summary collapse

DEFAULT_OPTIONS =

overwrite col_sep

DEFAULT_OPTIONS.dup

Constants inherited from SCSV

SCSV::VERSION

Class Method Summary collapse

Methods inherited from SCSV

parse_with_block

Class Method Details

.parse(filename, options = DEFAULT_OPTIONS, &block) ⇒ Object

overwrite methods



63
64
65
# File 'lib/scsv.rb', line 63

def self.parse(filename, options = DEFAULT_OPTIONS, &block)
  super
end