Commit 2da99b9
committed
Fix ruby warning: * interpreted as argument prefix
I see this warning on MRI 3.3:
```console
ruby/3.3.7/lib/ruby/gems/3.3.0/gems/ruby-openai-6.3.1/lib/openai/client.rb:14: warning: `*' interpreted as argument prefix
```
Using explicit parenthesis fixes the issue1 parent bc189bb commit 2da99b9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments