# File lib/vcard/vcard.rb, line 1328 def add_url(url) @card << ::Vcard::DirectoryInfo::Field.create( "URL", url.to_str ); end