method
new
new(prefix, base_notifier)
public
Hide source
# File lib/irb/notifier.rb, line 77 def initialize(prefix, base_notifier) super @notifiers = [D_NOMSG] @level_notifier = D_NOMSG end