Class: Nanoc::Checking::Checks::HTML Private
- Inherits:
-
W3CValidator
- Object
- Nanoc::Core::Context
- Nanoc::Checking::Check
- W3CValidator
- Nanoc::Checking::Checks::HTML
- Defined in:
- lib/nanoc/checking/checks/html.rb
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Attribute Summary
Attributes inherited from Nanoc::Checking::Check
Instance Method Summary collapse
- #extension ⇒ Object private
- #validator_class ⇒ Object private
Methods inherited from W3CValidator
Methods inherited from Nanoc::Checking::Check
#add_issue, create, define, #excluded_patterns, #initialize, #output_filenames, #output_html_filenames, #run
Constructor Details
This class inherits a constructor from Nanoc::Checking::Check
Instance Method Details
#extension ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
10 11 12 |
# File 'lib/nanoc/checking/checks/html.rb', line 10 def extension '{htm,html}' end |
#validator_class ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
14 15 16 |
# File 'lib/nanoc/checking/checks/html.rb', line 14 def validator_class ::W3CValidators::NuValidator end |