# File lib/vpim/vcard.rb, line 633 def Vcard.create(fields = [] ) fields.unshift Field.create('VERSION', "3.0") super(fields, 'VCARD') end