doctree icon indicating copy to clipboard operation
doctree copied to clipboard

"FileUtils.cd('/', {:verbose => true})" should be "FileUtils.cd('/', **{:verbose => true})"

Open INUZUKA-Katsu opened this issue 3 years ago • 3 comments

https://docs.ruby-lang.org/ja/latest/class/FileUtils.html The example of how to pass the option pull number is wrong. For example, "FileUtils.cd('/', {:verbose => true})" should be "FileUtils.cd('/', **{:verbose => true})" or you will get an error.This is probably due to the fact that the changes in the ruby specifications have not been reflected.

INUZUKA-Katsu avatar Jan 15 '22 07:01 INUZUKA-Katsu

Hey @INUZUKA-Katsu I would love to do this. Can I?

NaincyKumariKnoldus avatar Jan 15 '22 07:01 NaincyKumariKnoldus

https://github.com/rurema/doctree/pull/2447

znz avatar Jan 15 '22 10:01 znz

okay if its done

NaincyKumariKnoldus avatar Jan 15 '22 11:01 NaincyKumariKnoldus