Skip to content

Instantly share code, notes, and snippets.

@eagletmt
Last active August 29, 2015 14:18
Show Gist options
  • Save eagletmt/4f70fc08debce8251422 to your computer and use it in GitHub Desktop.
Save eagletmt/4f70fc08debce8251422 to your computer and use it in GitHub Desktop.
= "foo " + |
  "bar " + |
  __LINE__.to_s |
= __LINE__
% bundle exec haml in.haml
foo bar 1
4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment