class IRB::Notifier::LeveledNotifier

def notify?

of this notifier object.
Whether to output messages to the output method, depending on the level
def notify?
  @base_notifier.level >= self
end