# File lib/cgi.rb, line 734
  def print(*options)
    stdoutput.print(*options)
  end