class CFPropertyList::CFBoolean

def to_binary(bplist)

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