printf(format, *opts)
See OutputMethod#printf for more detail.
# File lib/irb/notifier.rb, line 70 def printf(format, *opts) @base_notifier.printf(prefix + format, *opts) if notify? end