Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enabled uniq method by changing Ocran::Pathname comparison method
Changed the basis of the comparison method from `==` to `eql?`, enabling the `uniq` method on arrays of `Pathname` objects. - Defined the `eql?` method to check the equality of `Pathname` objects. - Redefined `==` and `===` methods as aliases of `eql?`. - Added comments to the `eql?` method to explain that this method enables the `uniq` method on arrays of `Pathname` objects.
- Loading branch information