Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created April 21, 2014 18:43
Show Gist options
  • Save BanzaiMan/11152199 to your computer and use it in GitHub Desktop.
Save BanzaiMan/11152199 to your computer and use it in GitHub Desktop.
RubyInstaller sets wrong File::SEPARATOR
C:\Users\asari>ruby -v -rrbconfig -e 'puts RbConfig::CONFIG["host_os"]; puts File::SEPARATOR'
ruby 2.0.0p451 (2014-02-24) [i386-mingw32]
mingw32
/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment