class IRB::OutputMethod::NotImplementedError

def initialize(val)

def initialize(val)
  super("Need to define `#{val}'")
end