Class: SubstAttr::Controls::Example
- Inherits:
-
Object
- Object
- SubstAttr::Controls::Example
- Defined in:
- lib/subst_attr/controls/example.rb
Defined Under Namespace
Modules: Ancestry
Class Method Summary collapse
Class Method Details
.build ⇒ Object
10 11 12 13 14 |
# File 'lib/subst_attr/controls/example.rb', line 10 def self.build new.tap do |instance| Dependency::Example.configure(instance) end end |