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