Closed purinkle closed 1 year ago
Before, after upgrading to Ruby 3.1, we saw DataAnon::Utils::Logging's class variable clashed. Projects using the gem would complain that it was overtaking @@logger. We fixed the clashing variable name by renaming it to @@utils_logger.
DataAnon::Utils::Logging
@@logger
@@utils_logger
Closes #79
Before, after upgrading to Ruby 3.1, we saw
DataAnon::Utils::Logging
's class variable clashed. Projects using the gem would complain that it was overtaking@@logger
. We fixed the clashing variable name by renaming it to@@utils_logger
.Closes #79