class Terragona::CSVParser
Public Class Methods
new(options={})
click to toggle source
Calls superclass method
Terragona::Base::new
# File lib/terragona/base.rb, line 81 def initialize (options={}) super @input = Generic::CSVParser.new(options) end