Ruby Hilfestellung bundler aktualisieren bundle update --bundler bundle update map ohne nil Ruby < 2.7 [{t: [1,2,3]}, {}, {t: [2,3]}].map {|i| i[:t]}.compact => [[1, 2, 3], [2, 3]] Ruby >= 2.7 [{t: [1,2,3]}, {}, {t: [2,3]}].filter_map {|i| i[:t]} => [[1, 2, 3], [2, 3]] Gems Terminal Table is a fast and simple, yet feature rich table generator written in Ruby. It supports ASCII and Unicode formatted tables. Blogposts Ruby 2.7 adds Enumerable#filter_map (Vipul A M)