Class: Dependency::Controls::Example
- Inherits:
-
Object
- Object
- Dependency::Controls::Example
show all
- Includes:
- Dependency
- Defined in:
- lib/dependency/controls/example.rb
Constant Summary
Constants included
from Dependency
Substitute
Class Method Summary
collapse
Methods included from Dependency
activate, extended, included
Class Method Details
.build ⇒ Object
14
15
16
17
18
|
# File 'lib/dependency/controls/example.rb', line 14
def self.build
new.tap do |instance|
Dependency::Example.configure(instance)
end
end
|