Sha256: b55492b2ccc0d97b914f994228d3c477941ede0fe4c4dad7db22b41e8fff2dd8

Contents?: true

Size: 427 Bytes

Versions: 2

Compression:

Stored size: 427 Bytes

Contents

# =========================================================================
#   Ceedling - Test-Centered Build System for C
#   ThrowTheSwitch.org
#   Copyright (c) 2010-25 Mike Karlesky, Mark VanderVoord, & Greg Williams
#   SPDX-License-Identifier: MIT
# =========================================================================

class FileSystemWrapper

  def cd(path)
    FileUtils.cd path do
      yield
    end
  end

end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 lib/ceedling/file_system_wrapper.rb
ceedling-1.0.0 lib/ceedling/file_system_wrapper.rb