optimizely / ruby-sdk

Ruby SDK for Optimizely Feature Experimentation and Optimizely Full Stack (legacy)
https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/ruby-sdk
Apache License 2.0
24 stars 29 forks source link

[FSSDK-9382] switch client init args from positional to keyword #342

Closed andrewleap-optimizely closed 11 months ago

andrewleap-optimizely commented 11 months ago

Summary

The Optimizely constructor uses positional args and since all of them are optional, it can become unwieldy.

This PR changes the positional args to keyword.

Ticket

FSSDK-9382

Issues

https://github.com/optimizely/ruby-sdk/issues/243