Returns:
69 70 71
# File 'lib/lhs/problems/base.rb', line 69 def empty? all? { |_k, v| v&.empty? && !v.is_a?(String) } end