method
top
top(n = 0)
public
Hide source
# File lib/irb/frame.rb, line 53 def Frame.top(n = 0) @backtrace.top(n) end