class Shamu::Attributes::HtmlSanitation::SafeScrubber

Public Instance Methods

allowed_element?( name ) click to toggle source
# File lib/shamu/attributes/html_sanitation.rb, line 211
def allowed_element?( name )
  !unsafe_element?( name )
end