Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed questionable check in NTFS code.
It appears the code is attempting to test for valid data, and raising an error when the class of the returned data item is Bignum. This should only happen when the data in question is corrupt, so there shouldn't be an explicit test for it. Given the test is breaking Ruby 2.4 tests, I'm removing the test.
- Loading branch information