Skip to content

Instantly share code, notes, and snippets.

@petrokoriakin
Last active January 4, 2018 08:58
Show Gist options
  • Save petrokoriakin/859cd8878dd0dc83f169acd97e4607f8 to your computer and use it in GitHub Desktop.
Save petrokoriakin/859cd8878dd0dc83f169acd97e4607f8 to your computer and use it in GitHub Desktop.
# code from Pull Request:
expect(some_great_arr.map { |i| i[:key_in_hash] }).to eq [8, 6, 3]
# code review comment from tech lead:
# `i` is not the best name for variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment