# File lib/factory_girl/sequence.rb, line 16
16:     def next
17:       @value += 1
18:       @proc.call(@value)
19:     end