Skip to content

Instantly share code, notes, and snippets.

@radar
Created July 15, 2016 05:35
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 radar/1ce7ca34308e8d54b0d5670325b6fa07 to your computer and use it in GitHub Desktop.
Save radar/1ce7ca34308e8d54b0d5670325b6fa07 to your computer and use it in GitHub Desktop.
objects = [{ amount: 100 }, { amount: 100 }, { amount: 100 }]
expected_amount = objects.first[:amount]
objects.all? { |o| o[:amount] == expected_amount }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment