class Rails::HTML::PermitScrubber

def scrub_attribute?(name)

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

def scrub_attribute?: (String name) -> bool

This signature was generated using 23 samples from 1 application.

def scrub_attribute?(name)
  !@attributes.include?(name)
end