Skip to content

Commit f5f5fa7

Browse files
committed
Drop :nodoc: options from that contains methods with docs
1 parent 7b8c3ca commit f5f5fa7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/csv/core_ext/array.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class Array # :nodoc:
1+
class Array
22
# Equivalent to CSV::generate_line(self, options)
33
#
44
# ["CSV", "data"].to_csv

lib/csv/core_ext/string.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
class String # :nodoc:
1+
class String
22
# Equivalent to CSV::parse_line(self, options)
33
#
44
# "CSV,data".parse_csv

0 commit comments

Comments
 (0)