In Files

  • ruby-3.1.2/lib/irb/frame.rb

Parent

Methods

Files

Class/Module Index [+]

Quicksearch

IRB::Frame::FrameOverflow

Public Class Methods

new() click to toggle source
 
               # File ruby-3.1.2/lib/irb/frame.rb, line 16
def initialize
  super("frame overflow")
end