class IRB::Notifier::CompositeNotifier
def initialize(prefix, base_notifier)
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
def initialize(prefix, base_notifier) super @notifiers = [D_NOMSG] @level_notifier = D_NOMSG end