class FactoryBot::DeclarationList

def each(&block)

def each(&block)
  @declarations.each(&block)
end