We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've just installed Faker 1.8.7 and I'm trying to use Faker::Music#genre and it's raising Ruby's NoMethodError. The same occurs on IRB.
NoMethodError
The text was updated successfully, but these errors were encountered:
Probably because this method hasn't been released yet. If you really wanna use this method, you should point your gem config to the master branch.
Sorry, something went wrong.
gem 'faker', git: 'https://github.com/stympy/faker'
Makes a lot of sense. Thank you, @vbrazo.
Cool.
I think it was made by @jmkoni
Enjoy.
It should be specified then that it is not yet available. The docs say this methods are available since 1.6.4
vinibrsl
No branches or pull requests
I've just installed Faker 1.8.7 and I'm trying to use Faker::Music#genre and it's raising Ruby's
NoMethodError
. The same occurs on IRB.The text was updated successfully, but these errors were encountered: