# File lib/vcard/vcard.rb, line 1314 def org=(org) delete_if { |l| l.name == "ORG" } @card << ::Vcard::DirectoryInfo::Field.create( "ORG", org ); end