Closed jkraemer closed 2 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.
method_missing
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.