class FactoryBot::Callback

def initialize(name, block)

def initialize(name, block)
  @name = name.to_sym
  @block = block
end