class Herb::AST::HTMLTextNode
def initialize(type, location, errors, content)
def initialize(type, location, errors, content) super(type, location, errors) @content = content.force_encoding("utf-8") end
def initialize(type, location, errors, content) super(type, location, errors) @content = content.force_encoding("utf-8") end