Method: FactoryBot::Sequence#rewind

Defined in:
lib/factory_bot/sequence.rb

#rewindObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



65
66
67
# File 'lib/factory_bot/sequence.rb', line 65

def rewind
  @value.rewind
end