Module: Qonfig::Imports

Defined in:
lib/qonfig/imports.rb

Overview

Since:

  • 0.18.0

Defined Under Namespace

Modules: DSL, Export Classes: Abstract, DirectKey, General, Mappings

Class Method Summary collapse

Class Method Details

.included(base_klass) ⇒ void

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.

This method returns an undefined value.

Parameters:

  • base_klass (Class)

Since:

  • 0.18.0



19
20
21
# File 'lib/qonfig/imports.rb', line 19

def included(base_klass)
  base_klass.include(Qonfig::Imports::DSL)
end