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