method
new
v1_9_1_378 -
Show 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