Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhanced Rdoc #124

Merged
merged 7 commits into from
May 17, 2020
Merged

Enhanced Rdoc #124

merged 7 commits into from
May 17, 2020

Conversation

BurdetteLamar
Copy link
Member

I wanted to change the argument from +data+ to +string_or_io+, but that's a code change, not a doc change. Let me know if that would have been ok.

@BurdetteLamar
Copy link
Member Author

@kou, ready for review.

@BurdetteLamar BurdetteLamar changed the title Enhanced Rdoc for ::new Enhanced Rdoc May 14, 2020
lib/csv.rb Outdated
@@ -1008,22 +1052,48 @@ def table(path, **options)
end
end

# :call-seq:
# CSV.new(string_or_io)
# CSV.new(string_or_io, **options)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about the followings?

CSV.new(string)
CSV.new(io)
CSV.new(string, **options)
CSV.new(io, **options)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course. I'll see to it.

@BurdetteLamar BurdetteLamar requested a review from kou May 17, 2020 17:38
Copy link
Member

@kou kou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@kou kou merged commit 0d42df3 into ruby:master May 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants