class BqGuess::Guessers::JsonLines
Private Instance Methods
records()
click to toggle source
# File lib/bq_guess/guessers/json_lines.rb, line 11 def records file_content.lines.map { |l| JSON.parse(l) } end
# File lib/bq_guess/guessers/json_lines.rb, line 11 def records file_content.lines.map { |l| JSON.parse(l) } end