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