ref: master
vendor/contacts/lib/contacts.rb
1 2 3 4 5 6 7 8 9 10 11
$:.unshift(File.dirname(__FILE__)+"/contacts/") require 'rubygems' require 'base' require 'gmail' require 'hotmail' require 'yahoo' require 'plaxo' require 'aol' require 'json_picker'