class IRB::NotImplementedError

def initialize(val)

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

def initialize(val)

def initialize(val)
  super("`#{val}'の定義が必要です")
end