class IRB::Notifier::AbstractNotifier

def notify?

Defaults to +true+.

A wrapper method used to determine whether notifications are enabled.
def notify?
  true
end