Skip to content

Instantly share code, notes, and snippets.

@AndroidKitKat
Created July 5, 2018 16:30
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 AndroidKitKat/0e281ab1861693d665a985a653c991a7 to your computer and use it in GitHub Desktop.
Save AndroidKitKat/0e281ab1861693d665a985a653c991a7 to your computer and use it in GitHub Desktop.
ratings = Hash.new {0}
books.values.each { |rate|
ratings[rate] += 1
}
puts ratings
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment