clowne-rb / clowne

A flexible gem for cloning models
https://clowne.evilmartians.io
MIT License
316 stars 18 forks source link

Fix ruby 2.7 warning for capturing the given block using Proc.new #56

Closed mpestov closed 3 years ago

mpestov commented 3 years ago

Hello guys! My application is using Ruby 2.7 and I am getting annoying warnings for capturing block using Proc.new. I think my PR will resolve it. Let me know if something wrong. Thank you!

ssnickolay commented 3 years ago

Nice! Thanks for the specs!