You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use Faker::ProgrammingLanguage, but it throws NameError: uninitialized constant Faker::ProgrammingLanguage, and I unpack the gem version 1.8.4, no programming_language.rb exist in the lib/faker.
I think the documentation has mismatch with the real code.
The text was updated successfully, but these errors were encountered:
This is the master branch of Faker and may contain changes that are not yet released. Please refer the README of your version for the available methods.
Faker::ProgrammingLanguage has not yet been released in a version of the gem.
I use
Faker::ProgrammingLanguage
, but it throwsNameError: uninitialized constant Faker::ProgrammingLanguage
, and I unpack the gem version 1.8.4, noprogramming_language.rb
exist in thelib/faker
.I think the documentation has mismatch with the real code.
The text was updated successfully, but these errors were encountered: