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