# File rbCFTypes.rb, line 66
    def to_xml
      return LibXML::XML::Node.new('real') << LibXML::XML::Node.new_text(@value.to_s)
    end