Skip to content

Instantly share code, notes, and snippets.

@futuremint
Created July 3, 2009 19:18
Show Gist options
  • Save futuremint/140270 to your computer and use it in GitHub Desktop.
Save futuremint/140270 to your computer and use it in GitHub Desktop.
begin
raise
rescue => e
puts e.backtrace[0..4].join("\n")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment