Class: RubomaticHtml::Cop::Style::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/rubomatic-html/cop/style/base.rb

Instance Attribute Summary

Attributes inherited from Base

#config, #file

Class Method Summary collapse

Methods inherited from Base

abstract_cop?, allowed_config_transform, #initialize, name

Constructor Details

This class inherits a constructor from RubomaticHtml::Cop::Base

Class Method Details

.departmentString

Department for cop

Returns:

  • (String)


11
12
13
# File 'lib/rubomatic-html/cop/style/base.rb', line 11

def self.department
  'Style'
end