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