doctree
doctree copied to clipboard
"FileUtils.cd('/', {:verbose => true})" should be "FileUtils.cd('/', **{:verbose => true})"
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.
Hey @INUZUKA-Katsu I would love to do this. Can I?
https://github.com/rurema/doctree/pull/2447
okay if its done