Project

General

Profile

Actions

Bug #10246

closed

CSV.parse(csv_string, headers: col_headers) reports undefined method `table'

Added by railsonmaui (Justin Gordon) over 9 years ago. Updated over 4 years ago.

Status:
Closed
Assignee:
-
Target version:
-
ruby -v:
2.1.2
[ruby-core:65060]

Description

I've detailed repro steps here: http://railsonmaui-octopress.dev/blog/2014/09/15/pry-ruby-array-zip-csv-and-the-hash-constructor/

[12] (pry) main: 0> csv = CSV.parse(csv_string, headers: col_headers)
(pry) output error: #<NoMethodError: undefined method `table' for #<Object:0x007fdbfc8d5588>>

The CSV docs clearly state that the initialize method takes an option :headers

Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0