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