Added by josh.cheek (Josh Cheek) over 11 years ago. Updated almost 6 years ago.
Description
require 'yaml'
begin raise "omg" rescue
YAML.load(YAML.dump $!).backtrace # => nil
Marshal.load(Marshal.dump $!).backtrace # => ["-:4:in `'"]
end
This is fixed here: https://github.com/ruby/psych/pull/382
Also available in: Atom PDF