# File lib/factory_girl/trait.rb, line 21 def ==(other) name == other.name && block == other.block end