# File lib/cgikit/resource.rb, line 77 def <<( bytes ) if bytes.is_a?(ByteData) then @bytes << bytes.bytes else @bytes << bytes end self end