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