Skip to content

Instantly share code, notes, and snippets.

@nex3
Created June 7, 2010 23:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nex3/429328 to your computer and use it in GitHub Desktop.
Save nex3/429328 to your computer and use it in GitHub Desktop.
#!/bin/sh
haml --debug -r test.rb test.haml
= it do
- "foo"
def it
val = yield
[val, val.class].inspect
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment