puts(*objs)
See OutputMethod#puts for more detail.
# File lib/irb/notifier.rb, line 75 def puts(*objs) if notify? @base_notifier.puts(*objs.collect{|obj| prefix + obj.to_s}) end end