In Files

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

Parent

Methods

Files

Class/Module Index [+]

Quicksearch

IRB::Frame::FrameUnderflow

Public Class Methods

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