Class Nokogiri::XML::Node
In: lib/html/pipeline.rb
Parent: Object

Methods

External Aliases

replace -> replace_without_encoding_fix

Public Instance methods

replace(replacement)

Work around an issue with utf-8 encoded data being erroneously converted to … some other shit when replacing text nodes. See ‘utf-8 output 2’ in user_content_test.rb for details.

[Validate]