This repository was archived by the owner on Oct 22, 2025. It is now read-only.
Commit 2693ebc
committed
Set default values for
The `script` and `hooks` variables in the RubyApplication class are now initialized with empty strings. This avoids potential runtime errors or unexpected behaviours caused by previously uninitialized variables.script and hooks in RubyApplication1 parent 825f059 commit 2693ebc
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
0 commit comments