Symbol#to_proc and inconsistent code vs DRY
Jeremy recently wrote some good tips on cutting back on your code base, but his last tip is one I'm not sure about. It recommends using the Symbol#to_proc (in ActiveSupport, coming in ruby 1.9) shortcut for simple enumerable calls. Like many rubyists, I appreciate the elegance and DRYness of to_proc, as you [...]
