Commit 2ad73c0
fix(yabeda): Replace endless method syntax for Ruby 2.7 compatibility
Endless method syntax (def m() = val) requires Ruby 3.0+. Replace with
conventional empty method bodies (def m; end) so RuboCop using the Ruby
2.7 parser does not reject the file.
Co-Authored-By: Claude Sonnet 4.6 <noreply@example.com>1 parent c41fc31 commit 2ad73c0
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments