Method: Dry::System::Config::ComponentDirs#paths
- Defined in:
- lib/dry/system/config/component_dirs.rb
#paths ⇒ Array<String>
Returns the paths of the component dirs
190 191 192 |
# File 'lib/dry/system/config/component_dirs.rb', line 190 def paths dirs.keys end |