1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Ruby—標準出力をリアルタイムで表示させる

Last updated at Posted at 2018-08-11

こう

STDOUT.sync = true

こうすると

STDOUT.sync = true

puts :OK
sleep 1
puts :OK
sleep 1
puts :OK

こうなる

image.png

image.png

image.png

バージョン

  • ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17]
  • GNU bash, version 4.4.23(1)-release (x86_64-apple-darwin17.5.0)

あわせて読みたい?

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

Twitter

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?