# File lib/cgikit/bytedata.rb, line 62
def
each
@bytes
.
each_byte
do
|
byte
|
yield
byte
end
end