We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f5befc commit b98be31Copy full SHA for b98be31
ex_get_vcard_photo.rb
@@ -2,7 +2,7 @@
2
3
require 'vpim/vcard'
4
5
-vcf = open(ARGV[0] || 'samples/Sam Roberts.vcf')
+vcf = open(ARGV[0] || 'data/vcf/Sam Roberts.vcf')
6
7
card = Vpim::Vcard.decode(vcf).first
8
profile.rb
@@ -2,5 +2,5 @@
#x10000 = "This:That\n is more" * 1000
-Vpim::Icalendar.decode(open("samples/profile.ics"))
+Vpim::Icalendar.decode(open("data/ics/profile.ics"))
0 commit comments