Insane But True
A lot of Rails view and helper methods take blocks. Thing is, if it takes a block, you don’t necessarily have to pass it in via the standard techniques. You can define it as an object and give it a to_proc method. This would be an interesting alternative to the template system.
