Method: Dry::System::Config::ComponentDirs#paths

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

#pathsArray<String>

Returns the paths of the component dirs

Returns:

  • (Array<String>)

    the component dir paths



190
191
192
# File 'lib/dry/system/config/component_dirs.rb', line 190

def paths
  dirs.keys
end