class Rails::HTML::PermitScrubber

def attributes=(attributes)

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

def attributes=: (Set attributes) -> Set

This signature was generated using 8 samples from 1 application.

def attributes=(attributes)
  @attributes = validate!(attributes, :attributes)
end