15 lines
197 B
Ruby
15 lines
197 B
Ruby
module CartoDB
|
|
module Importer2
|
|
module Doubles
|
|
class CsvNormalizer
|
|
def run
|
|
Object.new
|
|
end
|
|
def force_normalize
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|