method
bottom
v1_8_7_72 -
Show latest stable
- Class:
IRB::Frame
bottom(n = 0)public
No documentation available.
# File lib/irb/frame.rb, line 43
def bottom(n = 0)
bind = @frames[n]
Fail FrameOverflow unless bind
bind
end