Class: Nanoc::Extra::Checking::Checks::CSS Private

Inherits:
W3CValidator show all
Defined in:
lib/nanoc/extra/checking/checks/css.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

#issues

Instance Method Summary collapse

Methods inherited from W3CValidator

#run

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

#get_binding, #initialize

Constructor Details

This class inherits a constructor from Nanoc::Extra::Checking::Check

Instance Method Details

#extensionObject

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/css.rb', line 6

def extension
  'css'
end

#validator_classObject

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/css.rb', line 10

def validator_class
  ::W3CValidators::CSSValidator
end