method

new

new(prefix, base_notifier)
public

No documentation available.

# File lib/irb/notifier.rb, line 76
      def initialize(prefix, base_notifier)
        super

        @notifiers = [D_NOMSG]
        @level_notifier = D_NOMSG
      end