ruby
On Eval
Giles Bowkett posted a snippet of Archaeopteryx code, and one line caught my eye: eval("@#{option} = attributes[:#{option}]"), because of the eval call.
Ruby Style Guide
Christian Neukirchen wrote a Ruby coding style guide.
Giles Bowkett posted a snippet of Archaeopteryx code, and one line caught my eye: eval("@#{option} = attributes[:#{option}]"), because of the eval call.
Christian Neukirchen wrote a Ruby coding style guide.