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

Class Method Details

.build_registryObject



17
18
19
# File 'lib/oselvar/var/registry.rb', line 17

def build_registry
  Internal.build_registry
end

.context_factoryObject



21
22
23
# File 'lib/oselvar/var/registry.rb', line 21

def context_factory
  Internal.context_factory
end

.custom_parameter_typesObject



25
26
27
# File 'lib/oselvar/var/registry.rb', line 25

def custom_parameter_types
  Internal.custom_parameter_types
end

.reset_builderObject



13
14
15
# File 'lib/oselvar/var/registry.rb', line 13

def reset_builder
  Internal.reset_builder
end