We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:nodoc:
1 parent 7b8c3ca commit f5f5fa7Copy full SHA for f5f5fa7
lib/csv/core_ext/array.rb
@@ -1,4 +1,4 @@
1
-class Array # :nodoc:
+class Array
2
# Equivalent to CSV::generate_line(self, options)
3
#
4
# ["CSV", "data"].to_csv
lib/csv/core_ext/string.rb
-class String # :nodoc:
+class String
# Equivalent to CSV::parse_line(self, options)
# "CSV,data".parse_csv
0 commit comments