Skip to main content
search
0
coding

解決法warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open

By 2021年3月31日No Comments
warning: calling URI.open via Kernel#open is deprecated, call URI.open directly or use URI#open
open ‘http://example.com’
URI.open ‘http://example.com’
へ変更するとエラーがなくなる。
解決策Ruby 2.7で発生する「プロを目指す人のためのRuby入門」との差異について
参考URL