Sha256: 83335eb6bfbc37005879a4963c0be562727a2eb3a41ea585e5907dbd68bb88b7

Contents?: true

Size: 153 Bytes

Versions: 2

Compression:

Stored size: 153 Bytes

Contents

# frozen_string_literal: true

require 'csv'

class Tabled
  class CSVParser
    def self.parse(file_path)
      ::CSV.read(file_path)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tabled-1.2.1 lib/parsers/csv_parser.rb
tabled-1.2.0 lib/parsers/csv_parser.rb