Closed jmfrank63 closed 3 years ago
Due to changes, ruby 3 handles keyword arguments, network_args has to be passed as **network_args
network_args
**network_args
I also added some code cleanup. The tests now run fine again.
I am new to ruby, so bear with me, if something is not right, I will make changes accordingly.
This PR is supposed to fix #395
Due to changes, ruby 3 handles keyword arguments,
network_args
has to be passed as**network_args
I also added some code cleanup. The tests now run fine again.
I am new to ruby, so bear with me, if something is not right, I will make changes accordingly.