-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Add yard docs for Faker::Coffee methods #1810
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the versions, looks good to me
lib/faker/default/coffee.rb
Outdated
# @example | ||
# Faker::Coffee.blend_name #=> "Major Java" | ||
# | ||
# @faker.version next |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The methods for Faker::Coffee were added in 1.8.0, except for intensifier which was added in 1.9.0. All of these should be changed to reflect that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good other than @connorshea comment. Thanks for the contribution!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
@LuanGB welcome! |
Add yard docs for Faker::Coffee methods (faker-ruby#1810)
* Add yard docs for Faker::Coffee methods * @faker.version should be 1.9.0
* Add yard docs for Faker::Coffee methods * @faker.version should be 1.9.0
Add yard docs for Faker::Coffee methods