Method: Dry::System::Config::ComponentDirs#each

Defined in:
lib/dry/system/config/component_dirs.rb

#each {|dir| ... } ⇒ Object

Calls the given block once for each added component dir, passing the dir as an argument.

Yield Parameters:



220
221
222
# File 'lib/dry/system/config/component_dirs.rb', line 220

def each(&)
  to_a.each(&)
end