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
puts
#1678 の中の、
メジャーアップデートならブロック命令結果を文字列返しできんかなぁ
を試してみているのですが(手元で試すのはこれで4回目くらい、だいたい途中で挫折してます)、挫折しそうになった場合、puts を廃止して print だけにすると将来の移行が楽になるかも…と思いました。
print
とにかく改行の処理がつらいのでした(なくすと壊れるケースがそこそこあるので)。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#1678 の中の、
を試してみているのですが(手元で試すのはこれで4回目くらい、だいたい途中で挫折してます)、挫折しそうになった場合、
puts
を廃止してprint
だけにすると将来の移行が楽になるかも…と思いました。とにかく改行の処理がつらいのでした(なくすと壊れるケースがそこそこあるので)。
The text was updated successfully, but these errors were encountered: