module Dry::Plugins

@abstract DSL for plugins manipulation

Constants

Import
VERSION

Public Class Methods

extended(host) click to toggle source

@param host [Module]

@api private

Calls superclass method
# File lib/dry/plugins.rb, line 9
def self.extended(host)
  require 'dry/plugins/config'

  super(host)
  Plugins[:builder].call(host)
end