Class: Rscsv::Reader

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

Class Method Summary collapse

Class Method Details

.each(input, &block) ⇒ Object



9
10
11
12
13
# File 'lib/rscsv.rb', line 9

def self.each(input, &block)
  each_internal(input, &block)
rescue StopIteration
  nil
end