class FactoryBot::Declaration::Dynamic
def ==(other)
def ==(other) self.class == other.class && name == other.name && ignored == other.ignored && block == other.block end
def ==(other) self.class == other.class && name == other.name && ignored == other.ignored && block == other.block end