[ruby-core:65061] [ruby-trunk - Bug #10246] CSV.parse(csv_string, headers: col_headers) reports undefined method `table'

From: nobu@...
Date: 2014-09-16 08:37:53 UTC
List: ruby-core #65061
Issue #10246 has been updated by Nobuyoshi Nakada.

Description updated

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

I can't access that site, can anybody show the content?

----------------------------------------
Bug #10246: CSV.parse(csv_string, headers: col_headers) reports undefined method `table'
https://bugs.ruby-lang.org/issues/10246#change-48927

* Author: Justin Gordon
* Status: Open
* Priority: Normal
* Assignee: 
* Category: 
* Target version: 
* ruby -v: 2.1.2
* Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN
----------------------------------------
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




-- 
https://bugs.ruby-lang.org/

In This Thread

Prev Next