Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a fully qualified name in warning messages
Currently, some warning messages don't contain a `URI` like the following. ```ruby warning: URI::ABS_URI is obsolete. Use RFC2396_PARSER.regexp[:ABS_URI] explicitly. ``` But, without `URI` prefix, the suggested value doesn't work. So I think we should use a fully qualified name to avoid confusion.
- Loading branch information