Module: Abbu

Defined in:
lib/abbu/contact.rb,
lib/abbu.rb,
lib/abbu/archive.rb,
lib/abbu/version.rb,
lib/abbu/utils/deduplicator.rb,
lib/abbu/parsers/plist_parser.rb,
lib/abbu/parsers/sqlite_parser.rb,
lib/abbu/exporters/csv_exporter.rb,
lib/abbu/exporters/json_exporter.rb,
lib/abbu/exporters/vcard_exporter.rb

Overview

lib/abbu/exporters/vcard_exporter.rb frozen_string_literal: true

Defined Under Namespace

Modules: Exporters, Parsers, Utils Classes: Archive, Contact

Constant Summary collapse

VERSION =
'0.1.1'

Class Method Summary collapse

Class Method Details

.open(path) ⇒ Object



15
16
17
# File 'lib/abbu.rb', line 15

def self.open(path)
  Archive.new(path)
end