Closed andrewleap-optimizely closed 11 months ago
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.
FSSDK-9382
https://github.com/optimizely/ruby-sdk/issues/243
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