See through Opal PRs for monkey patched code: - [ ] - `Pathname#entries` - https://github.com/opal/opal/pull/1408 - [ ] - `Dir.glob` multiple list fix - rubyspecs for glob need FileUtils, see discussion on https://github.com/opal/opal/pull/1408 - [x] - `Pathname#relative_path_from`, `File::FNM_SYSCASE` - https://github.com/opal/opal/pull/1445
See through Opal PRs for monkey patched code:
Pathname#entries- Resolves #1407, Implement Pathname.entries (Node.js) opal/opal#1408Dir.globmultiple list fix - rubyspecs for glob need FileUtils, see discussion on Resolves #1407, Implement Pathname.entries (Node.js) opal/opal#1408Pathname#relative_path_from,File::FNM_SYSCASE- Implement Pathname#relative_path_from opal/opal#1445