class IRB::Frame
def bottom(n = 0)
initialized.
Returns the +n+ number of frames on the call stack from the first frame
def bottom(n = 0) bind = @frames[n] fail FrameOverflow unless bind bind end
def bottom(n = 0) bind = @frames[n] fail FrameOverflow unless bind bind end