method
printn
ruby 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