Method: CSV::Table#mode

Defined in:
lib/csv/table.rb

#modeObject (readonly)

The current access mode for indexing and iteration.



214
215
216
# File 'lib/csv/table.rb', line 214

def mode
  @mode
end