Skip to content

Instantly share code, notes, and snippets.

@bmizerany
Created September 8, 2009 21:54
Show Gist options
  • Save bmizerany/183268 to your computer and use it in GitHub Desktop.
Save bmizerany/183268 to your computer and use it in GitHub Desktop.
rack_hoptoad
require 'rack_hoptoad'
use Rack::HoptoadNotifier, "123abc"
run lambda {|env|
fail "Fail!"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment