# File lib/nokogiri/xml/text.rb, line 4
      def content=(string)
        self.native_content = string.to_s
      end