We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a0cfc0c + 295af15 commit cbe285eCopy full SHA for cbe285e
harness/harness-common.rb
@@ -1,3 +1,5 @@
1
+require 'rbconfig'
2
+
3
# Ensure the ruby in PATH is the ruby running this, so we can safely shell out to other commands
4
ruby_in_path = `ruby -e 'print RbConfig.ruby'`
5
unless ruby_in_path == RbConfig.ruby
0 commit comments