Module: CaptureSubprocessIO

Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb

Instance Method Summary collapse

Instance Method Details

#_synchronizeObject



42
43
44
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb', line 42

def _synchronize
  yield
end

#capture_subprocess_ioObject



46
47
48
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb', line 46

def capture_subprocess_io
  _synchronize { _capture_subprocess_io { yield } }
end