hanklords / flickraw

Ruby library to access flickr api.
http://hanklords.github.com/flickraw/
MIT License
507 stars 98 forks source link

replace eval on instantiation with method_missing #91

Closed jkraemer closed 2 years ago

jkraemer commented 8 years ago

Eval of strings coming from a third party (even if it's flickr) certainly isn't a great idea. I replaced the dynamically generated methods with a method_missing approach.