Module: Oselvar::Var::RegistryGlue
- Defined in:
- lib/oselvar/var/registry.rb
Overview
Adapter/harness glue — mirrors the @oselvar/var/registry subpath.
Authors import only steps (via oselvar/var); 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
17 18 19 |
# File 'lib/oselvar/var/registry.rb', line 17 def build_registry Internal.build_registry end |
.context_factory ⇒ Object
21 22 23 |
# File 'lib/oselvar/var/registry.rb', line 21 def context_factory Internal.context_factory end |
.custom_parameter_types ⇒ Object
25 26 27 |
# File 'lib/oselvar/var/registry.rb', line 25 def custom_parameter_types Internal.custom_parameter_types end |
.reset_builder ⇒ Object
13 14 15 |
# File 'lib/oselvar/var/registry.rb', line 13 def reset_builder Internal.reset_builder end |