Class: SubstAttr::Controls::Example
- Inherits:
-
Object
- Object
- SubstAttr::Controls::Example
- Includes:
- SubstAttr
- Defined in:
- lib/subst_attr/controls/example.rb
Defined Under Namespace
Modules: Ancestry
Class Method Summary collapse
Methods included from SubstAttr
Class Method Details
.build ⇒ Object
14 15 16 17 18 |
# File 'lib/subst_attr/controls/example.rb', line 14 def self.build new.tap do |instance| Dependency::Example.configure(instance) end end |