``` text jruby -e 'Object.send(:remove_const, :StandardError); a = foo rescue 1; p a' ``` exposes IRs %undefined...it should print 1.