1
0
Fork 1
mirror of https://github.com/mastodon/mastodon.git synced 2024-12-25 02:09:42 +00:00
Commit graph

1 commit

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