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
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
The text was updated successfully, but these errors were encountered:
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.
Calling
.sub
method on an object of classForgery::Extensions::String
returnsString
object instead ofForgery::Extensions::String
object on ruby 3, which causesNoMethodError: undefined method 'unextend' for "":String
when usingForgery::Name.job_title
The text was updated successfully, but these errors were encountered: