Sha256: a02e661f69f808aa2d09f7d42675bc171f44939342205dc842d9cb1ec6f7415c

Contents?: true

Size: 432 Bytes

Versions: 2

Compression:

Stored size: 432 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
    module Hardshell
      class Turtle
      end
    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/hardshell/turtle.rb
ceedling-1.0.0 vendor/diy/test/files/namespace/animal/reptile/hardshell/turtle.rb