An abstract class, or superclass, for CompositeNotifier and LeveledNotifier to inherit. It provides several wrapper methods for the OutputMethod object used by the Notifier.
[R] | prefix | The |
Execute the given block if notifications are enabled.
A wrapper method used to determine whether notifications are enabled.
Defaults to true
.
Same as ppx, except it uses the prefix given during object initialization. See IRB::OutputMethod#ppx for more detail.
Same as pp, except it
concatenates the given prefix
with the prefix given during
object initialization.
See IRB::OutputMethod#ppx for more detail.
See IRB::OutputMethod#print for more detail.
See IRB::OutputMethod#printf for more detail.
See IRB::OutputMethod#printn for more detail.
See IRB::OutputMethod#puts for more detail.