Method: SmarterCSV#force_quotes
- Defined in:
- lib/smarter_csv/writer.rb
#force_quotes ⇒ Object (readonly)
IMPORTANT NOTES:
* Data hashes could contain strings or symbols as keys.
Make sure to use the correct form when specifying headers manually,
in combination with the :discover_headers option
42 43 44 |
# File 'lib/smarter_csv/writer.rb', line 42 def force_quotes @force_quotes end |