class FactoryBot::Definition

def initialize_copy(source)

def initialize_copy(source)
  super
  @attributes = nil
  @compiled = false
  @defined_traits_by_name = nil
end