Skip to content

Instantly share code, notes, and snippets.

@spohlenz
Created November 19, 2008 21:31
Show Gist options
  • Save spohlenz/26736 to your computer and use it in GitHub Desktop.
Save spohlenz/26736 to your computer and use it in GitHub Desktop.
<% disabled do %>
Everything within this block will not get executed or output.
<% raise 'Foobar' # Even Ruby code won't be run %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment