Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Style/SymbolProc prefers things.map { |t| t.to_i } be expressed as: things.map(&:to_i) It's only the smallest of performance gains, but the readbility hit is real.
- Loading branch information