method
new
ruby latest stable - Class:
IRB::Notifier::AbstructNotifier
new(prefix, base_notifier)public
No documentation available.
# File lib/irb/notifier.rb, line 29
def initialize(prefix, base_notifier)
@prefix = prefix
@base_notifier = base_notifier
end