Class: IRB::Notifier::NoMsgNotifier

Inherits:
LeveledNotifier show all
Defined in:
lib/irb/notifier.rb

Instance Attribute Summary

Attributes inherited from LeveledNotifier

#level

Attributes inherited from AbstructNotifier

#prefix

Instance Method Summary collapse

Methods inherited from LeveledNotifier

#<=>

Methods inherited from AbstructNotifier

#exec_if, #pp, #ppx, #print, #printf, #printn, #puts

Constructor Details

#initializeNoMsgNotifier



132
133
134
135
136
# File 'lib/irb/notifier.rb', line 132

def initialize
  @base_notifier = nil
  @level = 0
  @prefix = ""
end

Instance Method Details

#notify?Boolean



138
139
140
# File 'lib/irb/notifier.rb', line 138

def notify?
  false
end