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

Class Method Details

.build_registryObject



16
17
18
# File 'lib/varar/registry.rb', line 16

def build_registry
  Internal.build_registry
end

.context_factoryObject



20
21
22
# File 'lib/varar/registry.rb', line 20

def context_factory
  Internal.context_factory
end

.custom_parameter_typesObject



24
25
26
# File 'lib/varar/registry.rb', line 24

def custom_parameter_types
  Internal.custom_parameter_types
end

.reset_builderObject



12
13
14
# File 'lib/varar/registry.rb', line 12

def reset_builder
  Internal.reset_builder
end