Flowdock
section(name) 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 252
    def section(name)
      warn('Config#section is deprecated; use Config#[]')
      @data[name] || {}
    end
Register or log in to add new notes.