Class: HTML5::Filters::HTMLSanitizeFilter

Inherits:
Base
  • Object
show all
Includes:
HTMLSanitizeModule
Defined in:
lib/feed_tools/vendor/html5/lib/html5/filters/sanitizer.rb

Instance Method Summary collapse

Instance Method Details

#eachObject



8
9
10
11
12
# File 'lib/feed_tools/vendor/html5/lib/html5/filters/sanitizer.rb', line 8

def each
  __getobj__.each do |token|
    yield(sanitize_token(token))
  end
end