Module: VCardMate

Defined in:
lib/vcard_mate.rb

Class Method Summary collapse

Class Method Details

.create(*args) ⇒ Object



5
6
7
# File 'lib/vcard_mate.rb', line 5

def create(*args)
  error
end

.errorObject

Raises:

  • (StandardError)


13
14
15
# File 'lib/vcard_mate.rb', line 13

def error
  raise StandardError, "This library has been renamed vCardigan and is located here: https://github.com/brewster/vcardigan"
end

.parse(*args) ⇒ Object



9
10
11
# File 'lib/vcard_mate.rb', line 9

def parse(*args)
  error
end