Skip to content

Instantly share code, notes, and snippets.

@odf
Created October 7, 2011 08:13
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 odf/1269754 to your computer and use it in GitHub Desktop.
Save odf/1269754 to your computer and use it in GitHub Desktop.
x = [1,2,3,4]
x.zip([true]).each do |item, first|
puts "\n" unless first
puts item
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment