# File lib/factory_girl/declaration/dynamic.rb, line 9 def ==(other) name == other.name && ignored == other.ignored && block == other.block end