Fix empty sake tasks
I’ve had a problem with my sake tasks being blank for the past couple days. Since there were a couple comments on err about similar things, I’ll share my fix: gem install -v 2.0.1 ParseTree
. That’s it. Turns out my ParseTree install was messed up and to_ruby was not working on the task blocks.