new

new(array_of_rows)
Class Public methods

Construct a new CSV::Table from array_of_rows, which are expected to be CSV::Row objects. All rows are assumed to have the same headers.

A CSV::Table object supports the following Array methods through delegation:

  • empty?()

  • length()

  • size()

doc_ruby_on_rails
2015-04-01 19:58:21
Comments
Leave a Comment

Please login to continue.