Method: Dry::System::Provider#source

Defined in:
lib/dry/system/provider.rb

#sourceDry::System::Provider::Source (readonly)

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.

Returns the provider’s source

The source provides the specific behavior for the provider via methods implementing the lifecycle steps.

The provider’s source is defined when registering a provider with the container, or an external provider source.



127
128
129
# File 'lib/dry/system/provider.rb', line 127

def source
  @source
end