Exception: IRB::Frame::FrameUnderflow

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

Instance Method Summary collapse

Constructor Details

#initializeFrameUnderflow

Returns a new instance of FrameUnderflow.



21
22
23
# File 'lib/irb/frame.rb', line 21

def initialize
  super("frame underflow")
end