mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
f77ebfe102
The reason for this is to fix the following problems - Even on non-Windows, drive letter recognition was still being handled. - On Windows, paths starting with a slash were not expanded correctly. - On Windows, relative paths containing drive letters behaved differently than in CRuby. Due to reimplementation, the internal methods `File._concat_path`, `File._gethome` and `File._getwd` methods have been removed.