method
get_line
v1_9_3_125 -
Show latest stable
- Class:
OpenSSL::Config
get_line(io)private
No documentation available.
# File ext/openssl/lib/openssl/config.rb, line 205
def get_line(io)
if line = io.gets
line.gsub(/[\r\n]*/, '')
end
end