Method: Dry::System::Plugins::DependencyGraph.dependencies
- Defined in:
- lib/dry/system/plugins/dependency_graph.rb
.dependencies ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
27 28 29 |
# File 'lib/dry/system/plugins/dependency_graph.rb', line 27 def self.dependencies {"dry-events" => "dry/events/publisher"} end |