fails(JRUBY-2651):Kernel#caller in a Proc or eval returns the definition trace of a block when evaluated in a Proc binding
fails(JRUBY-2651):Kernel#caller in a Proc or eval returns the definition trace of a Proc
fails(JRUBY-2651):Kernel#caller in a Proc or eval returns the correct definition line for a complex Proc trace
fails(JRUBY-5176):Kernel#caller in a Proc or eval begins with (eval) for caller(0) in eval
fails(JRUBY-5176):Kernel#caller in a Proc or eval begins with the eval's sender's sender for caller(1) in eval
fails(JRUBY-5176):Kernel#caller in a Proc or eval shows the current line in the calling block twice when evaled
fails:Kernel#caller in a Proc or eval it returns one frame for new and one frame for initialize when creating objects
