class IRB::OutputMethod::NotImplementedError

Public Class Methods

new(val) click to toggle source
Calls superclass method
# File irb/output-method.rb, line 19
def initialize(val)
  super("Need to define `#{val}'")
end