Sha256: e535d2812fe0a16d7f347cd6d7e2e759743760a4af4db2e4ba3be1e85a995cad

Contents?: true

Size: 385 Bytes

Versions: 2

Compression:

Stored size: 385 Bytes

Contents

thing_builder:

method_extractor:
  
attached_things_builder:
  
method build_thing:
    object: thing_builder
    method: build
    attach:
    - attached_things_builder

method build_default_thing:
    object: thing_builder
    method: build_default
    attach:
    - attached_things_builder
    - things_builder
    
things_builder:
  compose:
    - build_thing

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/diy/test/files/functions/objects.yml
ceedling-0.29.0 vendor/diy/test/files/functions/objects.yml