Skip to content

Instantly share code, notes, and snippets.

@oddlyzen
Created March 19, 2009 02:19
Show Gist options
  • 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