new(prefix, base_notifier) Class Public methods Creates a new Notifier object
exec_if() Instance Public methods Execute the given block if notifications are enabled.
notify?() Instance Public methods A wrapper method used to determine whether notifications are enabled. Defaults to true.
pp(*objs) Instance Public methods Same as ppx, except it uses the prefix given during object initialization. See IRB::OutputMethod#ppx for more detail.
ppx(prefix, *objs) Instance Public methods Same as pp, except it concatenates the given prefix with the prefix given during object initialization. See IRB::OutputMethod#ppx for more detail.
print(*opts) Instance Public methods See IRB::OutputMethod#print for more detail.
printf(format, *opts) Instance Public methods See IRB::OutputMethod#printf for more detail.
printn(*opts) Instance Public methods See IRB::OutputMethod#printn for more detail.
puts(*objs) Instance Public methods See IRB::OutputMethod#puts for more detail.
new(prefix, base_notifier) Class Public methods Create a new composite notifier object with the given prefix, and base_notifier to use for output.
Page 442 of 11844