Class: BeValidAsset::BeValidXhtml

Inherits:
BeValidMarkup show all
Defined in:
lib/be_valid_asset/be_valid_xhtml.rb

Instance Method Summary collapse

Methods inherited from BeValidMarkup

#description, #failure_message, #failure_message_when_negated, #matches?

Constructor Details

#initialize(options = {}) ⇒ BeValidXhtml

Returns a new instance of BeValidXhtml.



5
6
7
8
# File 'lib/be_valid_asset/be_valid_xhtml.rb', line 5

def initialize(options = {})
  super
  Kernel.warn('[DEPRECATION] - `be_valid_xhtml` is deprecated, use `be_valid_markup` instead')
end