method
each_byte
v1_9_1_378 -
Show latest stable
- Class:
Buffering
each_byte()public
No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 145
def each_byte
while c = getc
yield(c)
end
end each_byte()No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 145
def each_byte
while c = getc
yield(c)
end
end