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