class IRB::Frame::FrameUnderflow
Public Class Methods
Source
# File lib/irb/frame.rb, line 15 def initialize super("frame underflow") end
Calls superclass method
Exception::new
# File lib/irb/frame.rb, line 15 def initialize super("frame underflow") end
Exception::new