Class: Ppl::Format::AddressBook

Inherits:
Object
  • Object
show all
Defined in:
lib/ppl/format/address_book.rb

Defined Under Namespace

Classes: Ages, Birthdays, EmailAddresses, MuttQuery, Names, Nicknames, OneLine, Organizations, PhoneNumbers, PostalAddresses, Urls

Instance Method Summary collapse

Instance Method Details

#process(address_book) ⇒ Object

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/ppl/format/address_book.rb', line 3

def process(address_book)
  raise NotImplementedError
end