# File 'lib/dry/mutations/dsl/module.rb', line 7defself.extendedbaseBRICKS.eachdo|mod|base.singleton_class.prepend::Dry::Mutations::DSL.const_get(mod)endend
.included(base) ⇒ Object
13
14
15
16
17
# File 'lib/dry/mutations/dsl/module.rb', line 13defself.includedbaseBRICKS.eachdo|mod|base.prepend::Dry::Mutations::DSL.const_get(mod)endend