Returns:
26 27 28
# File 'lib/ror_hack/array_hack.rb', line 26 def include_all?(*args) args.all? { |i| i.in? self } end