# File lib/daemons/syslogio.rb, line 210
  def puts(*texts)
    texts.each do |text|
      write(text.chomp + "\n")
    end
  end