Flowdock
method

get_key_string

Importance_0
v2_4_6 - Show latest stable - 0 notes - Class: Config
get_key_string(section, key) 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 469
    def get_key_string(section, key)
      Config.get_key_string(@data, section, key)
    end
Register or log in to add new notes.