class Open4::TestCase

Public Instance Methods

on_mri?() click to toggle source
# File test/support/test_case.rb, line 14
def on_mri?
  ::Config::CONFIG['ruby_install_name'] == 'ruby'
end
wait_status(cid) click to toggle source
# File test/support/test_case.rb, line 18
def wait_status(cid)
  Process.waitpid2(cid).last.exitstatus
end