class CFPropertyList::CFBoolean

def to_binary(bplist)

convert to binary
def to_binary(bplist)
  return bplist.bool_to_binary(@value);
end