class IRB::OutputMethod::NotImplementedError

公共类方法

new(val) 点击切换源代码
调用超类方法 Exception::new
# File lib/irb/output-method.rb, line 13
def initialize(val)
  super("Need to define `#{val}'")
end