compact_blank()
Hash#reject has its own definition, so this needs one too.
# File activesupport/lib/active_support/core_ext/enumerable.rb, line 217 def compact_blank # :nodoc: reject { |_k, v| v.blank? } end