Sha256: f787e1eb4107c7bd2a910678297642a235e0c21c9c9e612fddf3ff6d558cc049
Contents?: true
Size: 414 Bytes
Versions: 2
Compression:
Stored size: 414 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 # ========================================================================= require 'base' class Paper < Base def initialize test_output "paper" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ceedling-1.0.1 | vendor/diy/test/files/goat/paper.rb |
ceedling-1.0.0 | vendor/diy/test/files/goat/paper.rb |