Method: Fdlint::Rule::DSL#html_rules

Defined in:
lib/fdlint/rule/dsl.rb

#html_rules(&block) ⇒ Object



26
27
28
# File 'lib/fdlint/rule/dsl.rb', line 26

def html_rules( &block )
  rules_for( :html, &block )
end