Submission Status: Passed
Submitted for: February 7 - Cloning the Cycle Method in Ruby to Repeatedly Go Through an Array
Submitted at: August 01, 2017
def cloned_cycle collection, num final_items = [] num.times do collection.each do |x| final_items << x end end final_items end
devCamp does not support ancient browsers.
Install a modern version for best experience.