Skip to content

Instantly share code, notes, and snippets.

@MSch
Forked from alloy/gist:1034552
Created June 19, 2011 19:39
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 MSch/1034642 to your computer and use it in GitHub Desktop.
Save MSch/1034642 to your computer and use it in GitHub Desktop.
class Exception
alias_method :_message, :message
def message
"#{_message}\t\n#{backtrace.join("\t\n")}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment