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