Skip to content

Instantly share code, notes, and snippets.

@FestivalBobcats
Created January 5, 2011 22:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FestivalBobcats/767168 to your computer and use it in GitHub Desktop.
Save FestivalBobcats/767168 to your computer and use it in GitHub Desktop.
def run(&block)
begin; yield; rescue => e; Error.report(e); end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment