class CFPropertyList::CFString

def to_plain(plist)

def to_plain(plist)
  if @value =~ /^\w+$/
    @value
  else
    quoted
  end
end