Module: Vendor::Plist
- Defined in:
- lib/vendor/plist.rb
Defined Under Namespace
Classes: AsciiParser
Class Method Summary collapse
-
.parse_ascii(string, opts = {}) ⇒ Object
string - the plist string to parse opts - options (see
AsciiParser.new
).
Class Method Details
.parse_ascii(string, opts = {}) ⇒ Object
string - the plist string to parse opts - options (see AsciiParser.new
)
14 15 16 |
# File 'lib/vendor/plist.rb', line 14 def self.parse_ascii(string, opts = {}) AsciiParser.new(string, opts).parse end |