Iterate over each config.
26 27 28
# File 'lib/confection/controller.rb', line 26 def each(&block) @configs.each(&block) end