method
each
v1_9_2_180 -
Show latest stable
- Class:
OpenSSL::Buffering
each(eol=$/)public
No documentation available.
# File ext/openssl/lib/openssl/buffering.rb, line 174
def each(eol=$/)
while line = self.gets(eol)
yield line
end
end