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