method
printn
v1_9_1_378 -
Show latest stable
- Class:
IRB::Notifier::AbstructNotifier
printn(*opts)public
No documentation available.
# File lib/irb/notifier.rb, line 44
def printn(*opts)
@base_notifier.printn prefix, *opts if notify?
end