We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 640b1e7 commit 0073266Copy full SHA for 0073266
test/prism/ractor_test.rb
@@ -1,6 +1,6 @@
1
# frozen_string_literal: true
2
3
-return if !defined?(Ractor) || !defined?(fork)
+return unless defined?(Ractor) && Process.respond_to?(:fork)
4
5
require_relative "test_helper"
6
0 commit comments