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