Returns:
53 54 55
# File 'lib/ab_admin/core_ext/array.rb', line 53 def intersect?(other) !(self & other).empty? end