Commit Graph

1 Commits (f9d95f82d6820cd1bf975bf54cc8eb56c1f29a7c)

Author SHA1 Message Date
luigi 944b059f50 Optimize map { ... }.compact calls (#15513)
* Optimize map { ... }.compact

using Enumerable#filter_map, supported since Ruby 2.7

* Add poyfill for Enumerable#filter_map
2021-01-10 00:32:01 +01:00