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