# File lib/vcard/vcard.rb, line 1323 def add_role(role) @card << ::Vcard::DirectoryInfo::Field.create("ROLE", ::Vcard.encode_text(role)); end