Sha256: 3e3506948a22dda06d9ff9c53c67903c99fc7ec0f562edfc380a67c202bd6dcc

Contents?: true

Size: 158 Bytes

Versions: 7

Compression:

Stored size: 158 Bytes

Contents

require 'dry/system/container'

class App < Dry::System::Container
  configure do |config|
    config.auto_register = %w(lib)
  end

  load_paths!('lib')
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
dry-system-0.7.3 examples/standalone/system/container.rb
dry-system-0.7.2 examples/standalone/system/container.rb
dry-system-0.7.1 examples/standalone/system/container.rb
dry-system-0.7.0 examples/standalone/system/container.rb
dry-system-0.6.0 examples/standalone/system/container.rb
dry-system-0.5.1 examples/standalone/system/container.rb
dry-system-0.5.0 examples/standalone/system/container.rb