railsがんばる子

Ruby on Railsがんばる子です。胡蝶蘭のECサイトを運営しています。

ruby 30分刻みの時刻リストを作る

10.times.map.each_with_index {|i| Time.parse("18:00")+30.minutes*i}