Returns:
31 32 33
# File 'lib/mongomatic/errors.rb', line 31 def empty? !(@errors.any? { |k,v| v && !v.empty? }) end