class IRB::Frame::FrameUnderflow

公共类方法

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