# File lib/vcard/vcard.rb, line 1172 def add_note(note) @card << ::Vcard::DirectoryInfo::Field.create( "NOTE", ::Vcard.encode_text(note) ); end