rurema / doctree

Repository of Japanese Ruby reference manual
https://docs.ruby-lang.org/ja/
246 stars 319 forks source link

fix: change sample command to use URI.open #2875

Closed ericgpks closed 6 months ago

ericgpks commented 8 months ago

fix #2868

https://docs.ruby-lang.org/ja/latest/class/OpenURI=3a=3aMeta.html のページの サンプルコード内で URI.open ではなく URL.open と書かれていて動かないものがあったので修正しました。