class IRB::Notifier::NoMsgNotifier

def initialize

Creates a new notifier that should not be used to output messages.
def initialize
  @base_notifier = nil
  @level = 0
  @prefix = ""
end