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