class Plist::PList

def to_ruby

def to_ruby
  children.first.to_ruby if children.first
end