Sha256: d8350f93a55c2d7fd8633cfa77e80895d81396de4805febbb6e381172ae3d784

Contents?: true

Size: 443 Bytes

Versions: 2

Compression:

Stored size: 443 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
# =========================================================================


module Animal
  module Reptile
    class Lizard
      constructor :bird, :accessors => true
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/diy/test/files/namespace/animal/reptile/lizard.rb
ceedling-1.0.0 vendor/diy/test/files/namespace/animal/reptile/lizard.rb