Sha256: 8d39d4fe79c97777542fb4e537963a92e38331c60087b147bece925c476e2e8b

Contents?: true

Size: 697 Bytes

Versions: 2

Compression:

Stored size: 697 Bytes

Contents

# =========================================================================
#   Ceedling - Test-Centered Build System for C
#   ThrowTheSwitch.org
#   Copyright (c) 2010-24 Mike Karlesky, Mark VanderVoord, & Greg Williams
#   SPDX-License-Identifier: MIT
# =========================================================================


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-1.0.1 vendor/diy/test/files/functions/objects.yml
ceedling-1.0.0 vendor/diy/test/files/functions/objects.yml