Flowdock
add_value(section, key, value) public

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 243
    def add_value(section, key, value)
      check_modify
      (@data[section] ||= {})[key] = value
    end
Register or log in to add new notes.