# File lib/origin/extensions/object.rb, line 74
      def __intersect_from_object__(object)
        Array(object) & Array(self)
      end