Skip to content

Instantly share code, notes, and snippets.

@kamali
kamali / gist:550231
Created August 25, 2010 20:30 — forked from mislav/gist:17371
## based on the example at:
## http://gist.github.com/17371
##
## put me in lib/un_haml.rb (in the haml-based project)
##
## call me on the command line thus:
## $ script/runner UnHaml app/views/layouts/application.html.haml
## $ script/runner UnHaml */*/*/*.haml
##
class UnHaml < Haml::Engine