class CFPropertyList::CFReal
This class holds float values
def to_binary(bplist)
def to_binary(bplist) return bplist.num_to_binary(self) end
def to_xml
def to_xml return LibXML::XML::Node.new('real') << LibXML::XML::Node.new_text(@value.to_s) end