method

each

each()
public

For a block.

Receive the section and its pairs for the current configuration.

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