HTML::FullSanitizer
# File lib/action_controller/vendor/html-scanner/html/sanitizer.rb, line 51 51: def sanitizeable?(text) 52: !(text.nil? || text.empty? || !((text.index("<a") || text.index("<href")) && text.index(">"))) 53: end
# File lib/action_controller/vendor/html-scanner/html/sanitizer.rb, line 56 56: def process_node(node, result, options) 57: result << node.to_s unless node.is_a?(HTML::Tag) && included_tags.include?(node.name) 58: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.