# File lib/cgikit/resource.rb, line 114
  def initialize( tempfile )
    @tempfile = tempfile
    close
  end