Skip to content

Instantly share code, notes, and snippets.

@lenary
Forked from roidrage/block_tuples.rb
Created November 24, 2011 16:37
Show Gist options
  • Save lenary/1391752 to your computer and use it in GitHub Desktop.
Save lenary/1391752 to your computer and use it in GitHub Desktop.
woop = {
foo: "bar",
qux: "baz"
}
woop.each.with_index do |(name, value), index|
puts "#{index}: #{name} = #{value}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment