Skip to content

Instantly share code, notes, and snippets.

@gary-rafferty
Created June 18, 2012 21:35
Show Gist options
  • Save gary-rafferty/2950873 to your computer and use it in GitHub Desktop.
Save gary-rafferty/2950873 to your computer and use it in GitHub Desktop.
ld
require 'exceptional'
require 'yaml'
Exceptional::Config.load("config/exceptional.yml")
@hash = {}
1.upto(50000) do |i|
@hash[i] = "email#{i}@domain.com"
end
Exceptional.rescue_and_reraise do
raise RuntimeError, @hash
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment