class Nokogiri::HTML4::EncodingReader::EncodingFound
def initialize(encoding)
def initialize(encoding) @found_encoding = encoding super(format("encoding found: %s", encoding)) end
def initialize(encoding) @found_encoding = encoding super(format("encoding found: %s", encoding)) end