class FactoryBot::Sequence

def increment_value

def increment_value
  @value.next
end