Class: Plist::PList
Instance Attribute Summary
Attributes inherited from PTag
Instance Method Summary collapse
Methods inherited from PTag
inherited, #initialize, mappings
Constructor Details
This class inherits a constructor from Plist::PTag
Instance Method Details
permalink #to_ruby ⇒ Object
[View source]
175 176 177 |
# File 'lib/plist/parser.rb', line 175 def to_ruby children.first.to_ruby if children.first end |