yuuji.yaginuma 75f07afd18 [ruby/uri] 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.

https://github.com/ruby/uri/commit/428eb10e44
2025-02-27 04:32:27 +00:00
..
2024-02-20 10:13:30 +00:00
2024-03-28 11:44:45 +09:00
2025-02-26 07:12:53 +00:00