Sha256: 9adc7e4aacc1864b93ae19a6756e67d56a6a363bf2b8665318378cc3ca470d94

Contents?: true

Size: 382 Bytes

Versions: 2

Compression:

Stored size: 382 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 Chassis
  def to_s
    "Chassis"
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/diy/sample_code/chassis.rb
ceedling-1.0.0 vendor/diy/sample_code/chassis.rb