Skip to content

Instantly share code, notes, and snippets.

@jeccb-zz
Created January 16, 2018 11:54
Show Gist options
  • Save jeccb-zz/697e211e1fe7c1c0bec09e3ac4284997 to your computer and use it in GitHub Desktop.
Save jeccb-zz/697e211e1fe7c1c0bec09e3ac4284997 to your computer and use it in GitHub Desktop.
2.3.0 :001 > bacon_slices = %w(bacon)
 => [“bacon”]
2.3.0 :002 > bacon_slices.cycle(2).to_a
 => [“bacon”, “bacon”]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment