diff options
author | kvokka <[email protected]> | 2021-05-29 11:29:39 +0100 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2021-07-27 16:54:26 +0900 |
commit | a288c21a5d46418e75c0f03eb12ff0782e51568d () | |
tree | e45873ce85b2ff7c85dadec5a137bcd96f1d88f9 /lib/uri/mailto.rb | |
parent | 82191da2a28c8da0f1049ca6d814c9da992c39a1 (diff) |
[ruby/uri] Fix to support Ruby 3.0 Ractor
https://.com/ruby/uri/commit/1faa4fdc16
-rw-r--r-- | lib/uri/mailto.rb | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -288,6 +288,4 @@ module URI end alias to_rfc822text to_mailtext end - - @@schemes['MAILTO'] = MailTo end |