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