Jmerk523
Results
2
comments of
Jmerk523
Has anyone tried doing the typecasting directly as a workaround? E.g.: instead of `fruit::apple.to_i == 2` try `fruit::apple.as == 2` or, if the above doesn't work, perhaps using both will...
https://github.com/MichaCo/CacheManager/compare/dev...Jmerk523:generics_and_fixes This is by no means a solution, though it may turn into one. For now, it's a quick-and-dirty (very dirty) replacement of string keys with a generic type parameter....