Skip to content

Instantly share code, notes, and snippets.

@oddlyzen
Created March 19, 2009 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save oddlyzen/81549 to your computer and use it in GitHub Desktop.
Save oddlyzen/81549 to your computer and use it in GitHub Desktop.
# for multiline ruby statements in haml...
= { :foo => :bar, |
:baz => :foo, |
:quux => :zz}.inspect |
# the magical 'pipe' strikes again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment