method
new
v1_9_2_180 -
Show latest stable
- Class:
IRB::Frame
new()public
No documentation available.
# File lib/irb/frame.rb, line 23
def initialize
@frames = [TOPLEVEL_BINDING] * INIT_STACK_TIMES
end new()No documentation available.
# File lib/irb/frame.rb, line 23
def initialize
@frames = [TOPLEVEL_BINDING] * INIT_STACK_TIMES
end