= private = protected
new()
Creates a new stack frame
# File lib/irb/frame.rb, line 26 def initialize @frames = [TOPLEVEL_BINDING] * INIT_STACK_TIMES end