Skip to content

Conversation

@lucaskanashiro
Copy link

In Socket.tcp call is passed a keyword parameter as is and while I've
been testing a library that relies on it I got the following warning:

net/ldap/connection.rb:709: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call

In ruby 2.7 is preferred to use ** to pass keyword arguments in method's
call.

In Socket.tcp call is passed a keyword parameter as is and while I've
been testing a library that relies on it I got the following warning:

net/ldap/connection.rb:709: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call

In ruby 2.7 is preferred to use ** to pass keyword arguments in method's
call.
@HarlemSquirrel
Copy link
Member

Thanks but we've got this taken care of now with #342

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants