class FactoryBot::Evaluation

def create(result_instance)

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

def create: (Types::Sample result_instance) -> true

This signature was generated using 2 samples from 1 application.

def create(result_instance)
  case @to_create.arity
  when 2 then @to_create[result_instance, @evaluator]
  else @to_create[result_instance]
  end
end