= private = protected
new()
Creates a new notifier that should not be used to output messages.
# File lib/irb/notifier.rb, line 217 def initialize @base_notifier = nil @level = 0 @prefix = "" end