Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created March 10, 2016 22:47
Show Gist options
  • Save igaiga/c20ef01af2a8c249a44f to your computer and use it in GitHub Desktop.
Save igaiga/c20ef01af2a8c249a44f to your computer and use it in GitHub Desktop.
pry(main)> somecode
Error:
from path/to/file.rb:5:in `foo'
pry(main)> somecode rescue [$!, $@]
[Error,
from path/to/file.rb:5:in `foo'
from path/to/file.rb:10:in `bar'
from path/to/file.rb:15:in `baz']]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment