Returns:
22 23 24
# File 'lib/ror_hack/array_hack.rb', line 22 def include_any?(*args) args.any? { |i| i.in? self } end