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