Created
April 4, 2014 14:58
-
-
Save jipiboily/9976392 to your computer and use it in GitHub Desktop.
Can we do this?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
trace = TracePoint.new(:raise) do |trace| | |
puts trace.raised_exception if "IT WAS NOT RESCUED" | |
end | |
trace.enable |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment