Method: CSV::Table#inspect
- Defined in:
- lib/csv/table.rb
#inspect ⇒ Object
Shows the mode and size of this table in a US-ASCII String.
398 399 400 |
# File 'lib/csv/table.rb', line 398 def inspect "#<#{self.class} mode:#{@mode} row_count:#{to_a.size}>".encode("US-ASCII") end |