Method: FactoryBot::Evaluator#increment_sequence
- Defined in:
- lib/factory_bot/evaluator.rb
#increment_sequence(sequence) ⇒ Object
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.
54 55 56 |
# File 'lib/factory_bot/evaluator.rb', line 54 def increment_sequence(sequence) sequence.next(self) end |