rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.08k stars 161 forks source link

Fix warning about shadowed arg1 #566

Closed barbeque closed 5 years ago

barbeque commented 5 years ago

I got this warning when installing rom-core-5.1.2:

Installing darkfish documentation for rom-core-5.1.2
(eval):9: warning: key :arg1 is duplicated and overwritten on line 9
(eval):9: warning: key :arg1 is duplicated and overwritten on line 9

I believe it is related to this line.

flash-gordon commented 5 years ago

thanks!

barbeque commented 5 years ago

That was super fast! Thanks!