class FactoryBot::AttributeList

def names

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

def names: () -> untyped

This signature was generated using 7 samples from 3 applications.

def names
  map(&:name)
end