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