Method: CSV#encoding
- Defined in:
- lib/csv.rb
#encoding ⇒ Object (readonly)
The Encoding CSV is parsing or writing in. This will be the Encoding you receive parsed data in and/or the Encoding data will be written in.
1072 1073 1074 |
# File 'lib/csv.rb', line 1072 def encoding @encoding end |