LoginSignup
0
0

More than 3 years have passed since last update.

Rubyで無限に繰り返し処理をする方法

Posted at

eachやtimesを使用すると繰り返し処理を始める前に、何回目で終わるか決めなければならない。loopを使えば、無限ループができる

loop do
  繰り返し処理
end
0
0
2

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
0
0