Module: Varar::RegistryGlue
- Defined in:
- lib/varar/registry.rb
Overview
Adapter/harness glue — mirrors the @varar/varar/registry subpath.
Authors import only steps (via varar); runners and the conformance
harness reach the accumulator through here.
Class Method Summary collapse
- .build_registry ⇒ Object
- .context_factory ⇒ Object
- .custom_parameter_types ⇒ Object
- .reset_builder ⇒ Object
Class Method Details
.build_registry ⇒ Object
16 17 18 |
# File 'lib/varar/registry.rb', line 16 def build_registry Internal.build_registry end |
.context_factory ⇒ Object
20 21 22 |
# File 'lib/varar/registry.rb', line 20 def context_factory Internal.context_factory end |
.custom_parameter_types ⇒ Object
24 25 26 |
# File 'lib/varar/registry.rb', line 24 def custom_parameter_types Internal.custom_parameter_types end |
.reset_builder ⇒ Object
12 13 14 |
# File 'lib/varar/registry.rb', line 12 def reset_builder Internal.reset_builder end |