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