# File lib/vcard/vcard.rb, line 1018
      def self.make2(card = ::Vcard::Vcard.create, &block) # :yields: maker
        new(nil, card).make(&block)
      end