You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to be able to tell when a user is running on windows, not by just the platform. Right now, the code looks at the platform when it needs to look at the OS. Switch to this (from Luis):
RUBY_PLATFORM + RbConfig::CONFIG['host_os']
Similar approach is being used by mspec and the RubySpec to determine
which API behavior should be checked for Java on Windows.
The text was updated successfully, but these errors were encountered:
We need to be able to tell when a user is running on windows, not by just the platform. Right now, the code looks at the platform when it needs to look at the OS. Switch to this (from Luis):
The text was updated successfully, but these errors were encountered: