Chris Roberts
|
8cd6b5a05b
|
Initialize logger in method and remove initialize override
|
2022-04-25 12:24:46 -05:00 |
|
Chris Roberts
|
d25f61e3ef
|
Force name to string type before downcasing
|
2022-04-25 12:24:45 -05:00 |
|
Chris Roberts
|
2a4eba8435
|
Be more prescriptive on super usage to make Ruby 2.6 happy
|
2022-04-25 12:24:43 -05:00 |
|
Chris Roberts
|
0401f9cad4
|
Check super method to be called and force no arguments if none expected
This fixes an issue with Ruby 2.6 where `super` usage when no
arguments are passed results in an argument error
|
2022-04-25 12:24:42 -05:00 |
|
Chris Roberts
|
e89d344770
|
Extract utility modules into isolated files and add more utils
|
2022-04-25 12:24:41 -05:00 |
|