method
notify?
v1_9_2_180 -
Show latest stable
- Class:
IRB::Notifier::LeveledNotifier
notify?()public
No documentation available.
# File lib/irb/notifier.rb, line 125
def notify?
@base_notifier.level >= self
end notify?()No documentation available.
# File lib/irb/notifier.rb, line 125
def notify?
@base_notifier.level >= self
end