Skip to content

Instantly share code, notes, and snippets.

@nikita8
Created November 13, 2018 04:56
Show Gist options
  • Save nikita8/c101be40a8f64163f354837d54c988c9 to your computer and use it in GitHub Desktop.
Save nikita8/c101be40a8f64163f354837d54c988c9 to your computer and use it in GitHub Desktop.
Each loop in ruby
#Ruby
{name: 'Nikita', lastname: 'Acharya'}.each do |k, v|
puts k, v
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment