inspect()
Shows the mode and size of this table in a US-ASCII String.
# File lib/csv.rb, line 853 def inspect "#<#{self.class} mode:#{@mode} row_count:#{to_a.size}>".encode("US-ASCII") end