# File lib/cgikit/resource.rb, line 124
  def bytes( length = nil )
    open do
      @tempfile.read(length)
    end
  end