class IRB::Notifier::AbstractNotifier
def pp(*objs)
initialization.
Same as #ppx, except it uses the #prefix given during object
def pp(*objs) if notify? @base_notifier.ppx @prefix, *objs end end
def pp(*objs) if notify? @base_notifier.ppx @prefix, *objs end end