class IRB::Notifier::LeveledNotifier

def <=>(other)

See the Comparable module for more information.

notifier.
Compares the level of this notifier object with the given +other+
def <=>(other)
  @level <=> other.level
end