Skip to content

Instantly share code, notes, and snippets.

@cypher
Created March 3, 2010 10:33
Show Gist options
  • Save cypher/320508 to your computer and use it in GitHub Desktop.
Save cypher/320508 to your computer and use it in GitHub Desktop.
error_handler = lambda do
"An error occured!"
end
not_found(&error_handler)
error(&error_handler)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment