NoMethodError in Forgery::Name.job_title on ruby 3
Opened this issue · 1 comments
maniacrush commented
Calling .sub
method on an object of class Forgery::Extensions::String
returns String
object instead of Forgery::Extensions::String
object on ruby 3, which causes NoMethodError: undefined method 'unextend' for "":String
when using Forgery::Name.job_title
joshuapinter commented
Getting the same thing. Looking at the commits, it looks like dev stopped 2 years ago, without any support for Ruby 3. We'll probably have to migrate to Faker or something similar instead.