We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
encoutered -> encountered かなと思いました。
encoutered
encountered
5.times do # 生成した子プロセスが終了するのを待つ。 pid, status = Process.wait2 # もし終了コードが 111 なら、 # 子プロセス側で生成された値が偶数だとわかる。 if status.exitstatus == 111 puts "#{pid} encoutered an even number!" else puts "#{pid} encoutered an odd number!" end end
v1.1.4 の EPUB 版で確認しました。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
encoutered
->encountered
かなと思いました。v1.1.4 の EPUB 版で確認しました。
The text was updated successfully, but these errors were encountered: