1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/csv] RDoc: summary lists for options (#154)

* RDoc: summary lists for options

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods

* Enhanced RDoc for certain attributes and instance methods
72d8a25dc9
This commit is contained in:
Burdette Lamar 2020-07-02 21:06:26 -05:00 committed by Nobuyoshi Nakada
parent 40c5023629
commit 544d82f49b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2020-07-20 03:35:33 +09:00
2 changed files with 125 additions and 71 deletions

View file

@ -1,6 +1,6 @@
====== Option +write_nil_value+
Specifies the object that is to be substituted for each +nil+ field.
Specifies the object that is to be substituted for each +nil+-valued field.
Default value:
CSV::DEFAULT_OPTIONS.fetch(:write_nil_value) # => nil