Jumlah Ruby dalam seminggu

date = Date.new
week_number = date.strftime('%-V') # => (1-53)
Lioruby