method

top

v1_8_6_287 - Show latest stable - Class: IRB::Frame
top(n = 0)
public

No documentation available.

# File lib/irb/frame.rb, line 54
    def Frame.top(n = 0)
      @backtrace.top(n)
    end