Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/ceedling/system_utils.rb
Overview
Ceedling - Test-Centered Build System for C
ThrowTheSwitch.org
Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
SPDX-License-Identifier: MIT
Instance Method Summary collapse
Instance Method Details
#deep_clone ⇒ Object
9 10 11 |
# File 'lib/ceedling/system_utils.rb', line 9 def deep_clone Marshal::load(Marshal.dump(self)) end |