method

new

v1_8_7_72 - Show latest stable - Class: IRB::Frame
new()
public

No documentation available.

# File lib/irb/frame.rb, line 24
    def initialize
      @frames = [TOPLEVEL_BINDING] * INIT_STACK_TIMES
    end