module FactoryBot::Internal

def configuration

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

def configuration: () -> FactoryBot::Configuration

This signature was generated using 16 samples from 2 applications.

def configuration
  @configuration ||= Configuration.new
end