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