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