class IRB::Notifier::CompositeNotifier

def initialize(prefix, base_notifier)

+base_notifier+ to use for output.
Create a new composite notifier object with the given +prefix+, and
def initialize(prefix, base_notifier)
  super
  @notifiers = [D_NOMSG]
  @level_notifier = D_NOMSG
end