brainspec / enumerize

Enumerated attributes with I18n and ActiveRecord/Mongoid support
MIT License
1.73k stars 190 forks source link

Use triple-dot syntax to support positional and keyword args in initializer. #420

Closed nashby closed 1 year ago

nashby commented 1 year ago

Fixes Ruby 2.7 issue with initializer without keyword args.

Closes #419