class FactoryBot::Evaluation
def initialize(evaluator, attribute_assigner, to_create)
Experimental RBS support (using type sampling data from the type_fusion
project).
def initialize: ((#<Class:0x0000000115494740> | #<Class:0x00000001107f6ff0>) evaluator, FactoryBot::AttributeAssigner attribute_assigner, Proc to_create) -> void
This signature was generated using 2 samples from 2 applications.
def initialize(evaluator, attribute_assigner, to_create) @evaluator = evaluator @attribute_assigner = attribute_assigner @to_create = to_create end