Type:
Class

A class that can be used to create a group of notifier objects with the intent of representing a leveled notification system for irb.

This class will allow you to generate other notifiers, and assign them the appropriate level for output.

The Notifier class provides a class-method IRB::Notifier.def_notifier to create a new composite notifier. Using the first composite notifier object you create, sibling notifiers can be initialized with def_notifier.

level_notifier=

level_notifier=(value) Instance Public methods Sets the leveled notifier for

2015-04-14 09:10:05
level=

level=(value) Instance Public methods Alias for:

2015-04-14 09:08:12
new

new(prefix, base_notifier) Class Public methods Create a new composite notifier

2015-04-14 08:56:05
def_notifier

def_notifier(level, prefix = "") Instance Public methods Creates a new

2015-04-14 09:01:30