class IRB::Notifier::AbstractNotifier

def print(*opts)

See OutputMethod#print for more detail.
def print(*opts)
  @base_notifier.print prefix, *opts if notify?
end