You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: