Sha256: 8ec4a3d566c98ade1f4083ef5855d6b6075c7690b53ecf76be3d7d2d4a34b51d
Contents?: true
Size: 543 Bytes
Versions: 2
Compression:
Stored size: 543 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 # ========================================================================= class Toy constructor :widget, :trinket, :accessors => true, :strict => true end class Widget end class ThingAmaJack end class Trinket constructor :thing_ama_jack, :accessors => true, :strict => true end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/diy/test/files/fud/toy.rb |
ceedling-1.0.0 | vendor/diy/test/files/fud/toy.rb |