Commit e7f1c0b
Fix find_by_kind Enumerator compatibility in FFI visitor
The monkey-patched find_by_kind returns an Enumerator (not Array),
so .empty? doesn't work. Use find_first_by_kind instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 55bf06a commit e7f1c0b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments