Tag Archives: ruby

Injecting a gem

When installing Merb on my laptop, which runs Ubuntu Linux, I ran into a compiler error with hpricot, one of Merb’s dependencies. Before bothering to see what might be causing it, I checked to see if there was a precompiled … Continue reading

Posted in uncategorized | Tagged , , | Comments Off

Ruby AST ramblings…

I just read an article calling for a way to get an AST for Ruby code from within Ruby. I think it’s a great idea, and I think static analysis, code manipulation/refactoring are great reasons to support such a thing. … Continue reading

Posted in uncategorized | Tagged , | Comments Off