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.
1 parent ceda5f1 commit f8a1181Copy full SHA for f8a1181
harness/harness-common.rb
@@ -52,7 +52,7 @@ def get_rss
52
end
53
54
def is_macos
55
- RbConfig::CONFIG['host_os'].match(/darwin/) != nil
+ RUBY_PLATFORM.match?(/darwin/)
56
57
58
def get_maxrss
0 commit comments