class IRB::Notifier::ErrUndefinedNotifier

公共类方法

new(val) 点击切换源代码
调用父类方法
# File irb/notifier.rb, line 13
def initialize(val)
  super("undefined notifier level: #{val} is specified")
end