1
0
mirror of https://github.com/glitch-soc/mastodon.git synced 2025-02-18 08:33:50 -05:00

1 Commits

Author SHA1 Message Date
luigi
087ed84367
Optimize map { ... }.compact calls ()
* 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