Exception: Nokogiri::HTML4::EncodingReader::EncodingFound
Do not use. This class is for internal use only.
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
::StandardError ,
Exception
|
|
Instance Chain:
self,
::StandardError ,
Exception
|
|
Inherits: |
StandardError
|
Defined in: | lib/nokogiri/html4/encoding_reader.rb |
Class Method Summary
- .new(encoding) ⇒ EncodingFound constructor
Instance Attribute Summary
- #found_encoding readonly
Constructor Details
.new(encoding) ⇒ EncodingFound
# File 'lib/nokogiri/html4/encoding_reader.rb', line 18
def initialize(encoding) @found_encoding = encoding super(format("encoding found: %s", encoding)) end
Instance Attribute Details
#found_encoding (readonly)
[ GitHub ]# File 'lib/nokogiri/html4/encoding_reader.rb', line 16
attr_reader :found_encoding