# File lib/cgi-lib.rb, line 243
  def CGI::print(*options)
    $>.print CGI::header(*options) + yield.to_s
  end