class FactoryBot::AttributeList

def non_ignored

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

def non_ignored: () -> FactoryBot::AttributeList

This signature was generated using 5 samples from 2 applications.

def non_ignored
  AttributeList.new(@name, reject(&:ignored))
end