Flowdock
top(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 36
    def top(n = 0)
      bind = @frames[-(n + CALL_STACK_OFFSET)]
      Fail FrameUnderflow unless bind
      bind
    end
Register or log in to add new notes.