Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support ruby3.3 Logger by properly initialize super class
Upcoming ruby3.3 will have enhanced Logger class: ruby/ruby@194520f which initializes newly added instance variables. Without initializing such variables (in super class), now using subclass of Logger will cause exception. To avoid this, first call super, then execute additional subclass initialization. Fixes #73. Signed-off-by: Mamoru TASAKA <[email protected]>
- Loading branch information