class Rails::HTML::PermitScrubber

def allowed_node?(node)

Experimental RBS support (using type sampling data from the type_fusion project).

def allowed_node?: (Nokogiri::XML::Element node) -> bool

This signature was generated using 10 samples from 1 application.

def allowed_node?(node)
  @tags.include?(node.name)
end