class FactoryBot::StrategyCalculator

def strategy

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

def strategy: () -> Class

This signature was generated using 3 samples from 1 application.

def strategy
  if strategy_is_object?
    @name_or_object
  else
    strategy_name_to_object
  end
end