class Rails::HTML::Sanitizer
def sanitize(html, options = {})
def sanitize(html, options = {}) raise NotImplementedError, "subclasses must implement sanitize method." end
def sanitize(html, options = {}) raise NotImplementedError, "subclasses must implement sanitize method." end