# File lib/cfpropertylist/rbCFTypes.rb, line 213
    def to_xml(parser)
      parser.new_node(@value ? 'true' : 'false')
    end