Method: Plist.parse_ascii
- Defined in:
- lib/plist/ascii.rb
.parse_ascii(string, opts = {}) ⇒ Object
string - the plist string to parse opts - options (see AsciiParser.new
)
12 13 14 |
# File 'lib/plist/ascii.rb', line 12 def self.parse_ascii(string, opts = {}) AsciiParser.new(string, opts).parse end |