You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect you're using ruby 3+, so the problem is not in the keys, but in the difference between new(opts) and new(**opts). The last syntax was the only supported 🤷♂️ because who could expect this difference 7 years ago
So the problem is that Evil::Client::Model.new expects key arguments, while the dictionary provides a hash argument.
Please check if I fixed your problem in v 3.2.0
The text was updated successfully, but these errors were encountered: