Class: STSV
Overview
for TAB separated file
Constant Summary collapse
- DEFAULT_OPTIONS =
overwrite col_sep
DEFAULT_OPTIONS.dup
Constants inherited from SCSV
Class Method Summary collapse
-
.parse(filename, options = DEFAULT_OPTIONS, &block) ⇒ Object
overwrite methods.
Methods inherited from SCSV
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, = DEFAULT_OPTIONS, &block) super end |