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