class FactoryBot::Sequence::EnumeratorAdapter

def rewind

def rewind
  @value = @first_value
end