Skip to content

Instantly share code, notes, and snippets.

@ticktricktrack
Created January 7, 2011 15:26
Show Gist options
  • Save ticktricktrack/769587 to your computer and use it in GitHub Desktop.
Save ticktricktrack/769587 to your computer and use it in GitHub Desktop.
- wrap(true)
%p
Wrap Me!
def wrap(condition)
haml_tag(:div, :class => "wrap") do
yield
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment