Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
text-data: Fix uri and path override
Since `self.path` is also set in `Data#uri=`, there is no need to override it here. Also, since converting a `URI` object to a string and replacing it does not produce the expected result, we convert it to a `Pathname` object by replacing `path`.
- Loading branch information