Method: FileSystemWrapper#cd
- Defined in:
- lib/ceedling/file_system_wrapper.rb
#cd(path) ⇒ Object
10 11 12 13 14 |
# File 'lib/ceedling/file_system_wrapper.rb', line 10 def cd(path) FileUtils.cd path do yield end end |
10 11 12 13 14 |
# File 'lib/ceedling/file_system_wrapper.rb', line 10 def cd(path) FileUtils.cd path do yield end end |