class Ruian::Parser

Constants

CSV_OPTIONS

Public Class Methods

foreach(path, options = Hash.new, &block) click to toggle source
Calls superclass method
# File lib/ruian/parser.rb, line 7
def self.foreach(path, options = Hash.new, &block)
  options = Ruian::Parser::CSV_OPTIONS.merge(options)
  super
end