类 IRB::Frame::FrameUnderflow

公共类方法

new() 点击切换源代码
调用超类方法 Exception::new
# File lib/irb/frame.rb, line 15
def initialize
  super("frame underflow")
end