class IRB::Notifier::ErrUndefinedNotifier

Public Class Methods

new(val) click to toggle source
Calls superclass method
# File irb/notifier.rb, line 19
def initialize(val)
  super("undefined notifier level: #{val} is specified")
end