Exception: IRB::Frame::FrameOverflow
- Defined in:
- lib/irb/frame.rb
Instance Method Summary collapse
-
#initialize ⇒ FrameOverflow
constructor
A new instance of FrameOverflow.
Constructor Details
#initialize ⇒ FrameOverflow
Returns a new instance of FrameOverflow.
16 17 18 |
# File 'lib/irb/frame.rb', line 16 def initialize super("frame overflow") end |