= private = protected
top(n = 0)
Convenience method for Frame#top
# File lib/irb/frame.rb, line 67 def Frame.top(n = 0) @backtrace.top(n) end