method

each

v2_1_10 - Show latest stable - Class: OpenSSL::Config
each()
public

For a block.

Receive the section and its pairs for the current configuration.

config.each do |section, key, value|
  # ...
end