# File lib/factory_girl/proxy.rb, line 92 def initialize(klass) @klass = klass @attributes = [] @cached_attribute_values = {} end