Flowdock
method

get_line

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Config
get_line(io) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/openssl/lib/openssl/config.rb, line 226
      def get_line(io)
        if line = io.gets
          line.gsub(/[\r\n]*/, '')
        end
      end
Register or log in to add new notes.