Returns:
111 112 113
# File 'lib/common_lib/ruby/array.rb', line 111 def false? !empty? && any?{|v| v.false? } end