Class: Nanoc::Extra::Checking::Checks::HTML Private
- Inherits:
-
W3CValidator
- Object
- Int::Context
- Nanoc::Extra::Checking::Check
- W3CValidator
- Nanoc::Extra::Checking::Checks::HTML
- Defined in:
- lib/nanoc/extra/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::Extra::Checking::Check
Instance Method Summary collapse
- #extension ⇒ Object private
- #validator_class ⇒ Object private
Methods inherited from W3CValidator
Methods inherited from Nanoc::Extra::Checking::Check
#add_issue, create, #initialize, #run
Methods included from Int::PluginRegistry::PluginMethods
#all, #identifier, #identifiers, #named, #register
Methods inherited from Int::Context
Constructor Details
This class inherits a constructor from Nanoc::Extra::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.
6 7 8 |
# File 'lib/nanoc/extra/checking/checks/html.rb', line 6 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.
10 11 12 |
# File 'lib/nanoc/extra/checking/checks/html.rb', line 10 def validator_class ::W3CValidators::MarkupValidator end |