Skip to content

Instantly share code, notes, and snippets.

@miloops
Created September 13, 2010 13:19
Show Gist options
  • Save miloops/577267 to your computer and use it in GitHub Desktop.
Save miloops/577267 to your computer and use it in GitHub Desktop.
def debug
p "=" * 100
yield
p "=" * 100
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment