Method: HTML::Pipeline::EmojiFilter#validate

Defined in:
lib/html/pipeline/emoji_filter.rb

#validateObject

Implementation of validate hook. Errors should raise exceptions or use an existing validator.



31
32
33
# File 'lib/html/pipeline/emoji_filter.rb', line 31

def validate
  needs :asset_root
end