mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
88e3ce1b58
- The inner method `File._gethome` could be read as intending to use the `USERPROFILE` environment variable instead on Windows when the `HOME` environment variable is not available.
In reality, however, this was not the case.
- The result of `File.expand_path` should unify path separators with `/`, but it did not.