Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
274 contributions in the last year
Contribution activity
September 2020
Created an issue in rubocop-hq/rubocop that received 2 comments
Style/HashTransformKeys with to_h with a block is too greedy now
This code (and any like this, using Array#to_h or Enumerable#to_h) is a false positive now:
%i[a b c].zip([1, 2, 3]).to_h { |name, val| [name, val**2]
2
comments