-
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 Faker::Relationship YARD docs #1793
Conversation
@connorshea is this PR already created before? |
lib/faker/default/relationship.rb
Outdated
@@ -26,18 +35,54 @@ def familial(legacy_connection = NOT_GIVEN, connection: nil) | |||
fetch('relationship.familial.' + connection) | |||
end | |||
|
|||
## | |||
# Produces a random in-law relationship . |
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.
# Produces a random in-law relationship . | |
# Produces a random in-law relationship. |
@ashishra0 nope, it hasn't been done yet. If it isn't checked off and/or doesn't have a PR reference in #1762 then it hasn't been done. |
@connorshea Just wanted to be sure :) |
add version 1.9.2 Co-Authored-By: Connor Shea <connor.james.shea@gmail.com>
add version 1.9.2 Co-Authored-By: Connor Shea <connor.james.shea@gmail.com>
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.
LGTM, sorry for not following up on this earlier!
* add Faker::Relationship YARD docs * Update lib/faker/default/relationship.rb add version 1.9.2 Co-Authored-By: Connor Shea <connor.james.shea@gmail.com> * add Faker::Relationship YARD docs * Update lib/faker/default/relationship.rb add version 1.9.2 Co-Authored-By: Connor Shea <connor.james.shea@gmail.com> * add faker version as 1.9.2 * remove trailing whitespace
* add Faker::Relationship YARD docs * Update lib/faker/default/relationship.rb add version 1.9.2 Co-Authored-By: Connor Shea <connor.james.shea@gmail.com> * add Faker::Relationship YARD docs * Update lib/faker/default/relationship.rb add version 1.9.2 Co-Authored-By: Connor Shea <connor.james.shea@gmail.com> * add faker version as 1.9.2 * remove trailing whitespace
Complete YARD docs for Faker::Relationship YARD docs