Exception: IRB::Frame::FrameOverflow

Inherits:
StandardError
  • Object
show all
Defined in:
lib/irb/frame.rb

Instance Method Summary collapse

Constructor Details

#initializeFrameOverflow

Returns a new instance of FrameOverflow.



10
11
12
# File 'lib/irb/frame.rb', line 10

def initialize
  super("frame overflow")
end