-
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
adding Pearl Jam to the Music module #1962
Conversation
Hey! Thanks for the Pull Request. Thanks! |
absolutely. I knew I forgot something :) |
lib/faker/music/pearl_jam.rb
Outdated
# @example | ||
# Faker::Music::PearlJam.musician #=> "Eddie Vedder" | ||
# | ||
# @faker.version 1.9.2 |
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 version should be next
for new generators
lib/locales/en/pearl_jam.yml
Outdated
musicians: [ "Boom Gaspar", | ||
"Dave Abbruzzese", | ||
"Dave Krusen", | ||
"Eddie Vedder", | ||
"Jack Irons", | ||
"Jeff Ament", | ||
"Matt Cameron", | ||
"Matt Chamberlain", | ||
"Mike McCready", | ||
"Stone Gossard" ] |
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.
We would prefer the dash syntax for an array of values. (See CONTRIBUTING.md)
ok. updated the version reference and the yams syntax. Apologies, I based the original PR off of some existing code rather than referencing the contributing docs. |
Perfect 👌 |
Adding Pearl Jam to the Music module
Description:
New
Faker::Music::PearlJam
class that contains the following methods:musician
- will return the name of a band member (former or current)album
- will return the name of one of the band's albumssong
- will return the name of one of their songs