class FactoryBot::AttributeAssigner
def ignorable_alias?(attribute, override)
Experimental RBS support (using type sampling data from the type_fusion
project).
def ignorable_alias?: (FactoryBot::Attribute::Dynamic attribute, Symbol override) -> false
This signature was generated using 129 samples from 1 application.
def ignorable_alias?(attribute, override) attribute.alias_for?(override) && attribute.name != override && !ignored_attribute_names.include?(override) end