Returns:
48 49 50
# File 'lib/rmtools/enumerable/hash.rb', line 48 def any?(&block) !!find(&block) end