ScriptingContainer.getHomeDirectory() and getCurrentDirectory() return / paths and no \ paths on Windows
Environment
Windows on both JRuby 1.7.25 and 9.0.5.0+.
Expected Behavior
Paths are documented to return as OS-specific for Scripting container but we always return as unix-style paths.
Actual Behavior