Method: Dry::System::Provider#started?

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

#started?Boolean

Returns true if the provider’s start lifecycle step has run

Returns:

API:

  • public



197
198
199
# File 'lib/dry/system/provider.rb', line 197

def started?
  statuses.include?(:start)
end