# File lib/cgikit/resource.rb, line 41
  def initialize( string = nil )
    @bytes = string || ''
  end