mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
![]() 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.
|
||
---|---|---|
.. | ||
common.rb | ||
file.rb | ||
ftp.rb | ||
generic.rb | ||
http.rb | ||
https.rb | ||
ldap.rb | ||
ldaps.rb | ||
mailto.rb | ||
rfc2396_parser.rb | ||
rfc3986_parser.rb | ||
uri.gemspec | ||
version.rb | ||
ws.rb | ||
wss.rb |