class CFPropertyList::CFBoolean

def to_plain(plist)

def to_plain(plist)
  @value ? "true" : "false"
end