In Files

  • irb/frame.rb

Parent

Methods

IRB::Frame::FrameUnderflow

Public Class Methods

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