# File lib/factory_girl/attribute/implicit.rb, line 5 def initialize(name, factory = nil) super(name) @factory = factory end