method
top
top(n = 0)
public
Hide source
# File lib/irb/frame.rb, line 37 def top(n = 0) bind = @frames[-(n + CALL_STACK_OFFSET)] Fail FrameUnderflow unless bind bind end