-
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::Games::Heroes #1413
Add Faker::Games::Heroes #1413
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.
I think Heroes3 is a game, right?
If so, could you wrap this new object in the Games namespace: Faker::Games::Heroes
?
doc/heroes.md
Outdated
```ruby | ||
Faker::Heroes.name #=> "Christian" | ||
|
||
Faker::House.specialty #=> "Ballista" |
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.
Faker::House
copy and 🍝
doc/heroes.md
Outdated
|
||
Faker::House.specialty #=> "Ballista" | ||
|
||
Faker::House.klass #=> "Knight" |
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.
Faker::House
copy and 🍝
@vbrazo putted under "Games" |
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.
Awesome, thanks 👍
* add heroes3 * Add readme * Move heroes under games module * remove trailing whitespaces for rubocop * Update README.md * Update heroes.md
Add "Heroes 3" heroes names, specialities and classes