[Source]
# File lib/feed_tools/vendor/html5/lib/html5/sanitizer.rb, line 181 181: def each 182: super do |token| 183: yield(sanitize_token(token)) 184: end 185: end
[Validate]