In Files

  • irb/frame.rb

Parent

Methods

IRB::Frame::FrameOverflow

Public Class Methods

new() click to toggle source
 
               # File irb/frame.rb, line 15
def initialize
  super("frame overflow")
end
            
There is an updated format of the API docs for this version here.