A new instance of CSVParser.
#create_polygons, #create_polygons_family
Returns a new instance of CSVParser.
80 81 82 83
# File 'lib/terragona/base.rb', line 80 def initialize (options={}) super @input = Generic::CSVParser.new(options) end