Sam Ford 4a4f7a541a
Cask: Initialize yet more instance variables
I previously added some instance variables in `Cask::DSL` to its
`initialize` method but I missed some last time, so we still see
warnings like `The class Cask::DSL reached 8 shape variations,
instance variables accesses will be slower and memory usage increased.
It is recommended to define instance variables in a consistent order,
for instance by eagerly defining them all in the #initialize method.`

This initializes more instance variables in `Cask` classes to resolve
other situations where this warning may occur. I've been testing this
for a while and haven't see any warnings with these changes but
there's always a chance that there's still more work to be done.
2025-06-13 08:32:56 -04:00
..
2025-06-09 19:06:16 +01:00
2025-03-05 20:12:18 +01:00
2025-03-05 20:12:18 +01:00
2024-10-02 10:03:12 -07:00
2024-12-12 00:01:30 -08:00
2025-06-11 19:56:37 -04:00
2024-10-06 09:25:57 -07:00
2025-03-20 18:07:30 +00:00
2025-03-02 21:36:03 -08:00
2025-03-02 21:36:03 -08:00
2025-03-02 21:36:03 -08:00
2025-02-25 15:34:49 +00:00