17 18 19
# File 'lib/not_blank.rb', line 17 def nb (h = reject { |k,v| v.nb.nil? }).empty? ? nil : h end