Class: Abbu::Parsers::PlistParser
- Inherits:
-
Object
- Object
- Abbu::Parsers::PlistParser
- Defined in:
- lib/abbu/parsers/plist_parser.rb
Instance Method Summary collapse
- #contacts ⇒ Object
-
#initialize(path) ⇒ PlistParser
constructor
A new instance of PlistParser.
Constructor Details
#initialize(path) ⇒ PlistParser
Returns a new instance of PlistParser.
7 8 9 |
# File 'lib/abbu/parsers/plist_parser.rb', line 7 def initialize(path) @path = path end |
Instance Method Details
#contacts ⇒ Object
11 12 13 14 |
# File 'lib/abbu/parsers/plist_parser.rb', line 11 def contacts warn 'Plist parsing not yet implemented — no .abcddb found in this archive.' [] end |