method

bottom

v1_9_3_392 - Show latest stable - Class: IRB::Frame
bottom(n = 0)
public

No documentation available.

# File lib/irb/frame.rb, line 42
    def bottom(n = 0)
      bind = @frames[n]
      Fail FrameOverflow unless bind
      bind
    end