class FactoryBot::AttributeList

def each(&block)

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

def each: () -> untyped

This signature was generated using 24 samples from 2 applications.

def each(&block)
  @attributes.each(&block)
end