# File lib/virtus/attribute/collection.rb, line 68
      def self.merge_options!(type, options)
        options[:member_type] ||= Attribute.build(type.member_type, strict: options[:strict])
      end