Skip to content

Instantly share code, notes, and snippets.

@yantene
Last active December 5, 2017 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yantene/cdacdb8bad8847c591a71696a706662c to your computer and use it in GitHub Desktop.
Save yantene/cdacdb8bad8847c591a71696a706662c to your computer and use it in GitHub Desktop.
p ['', '', 'fizz'].cycle.lazy.zip(([''] * 4 + ['buzz']).cycle).map(&:join).with_index(1).map { |*k| (k - [''])[0] }.take(20).to_a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment