method
new
v1_9_2_180 -
Show latest stable
- Class:
IRB::Notifier::CompositeNotifier
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