In Files

  • irb/output-method.rb

Parent

Methods

IRB::OutputMethod::NotImplementedError

Public Class Methods

new(val) click to toggle source
 
               # File irb/output-method.rb, line 18
def initialize(val)
  super("Need to define `#{val}'")
end
            
There is an updated format of the API docs for this version here.