Flowdock
bottom(n = 0) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/irb/frame.rb, line 42
    def bottom(n = 0)
      bind = @frames[n]
      Fail FrameOverflow unless bind
      bind
    end
Register or log in to add new notes.