# File lib/virtus/attribute/collection.rb, line 84
      def finalize
        return self if finalized?
        @member_type = @options[:member_type].finalize
        super
      end