File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747
4848| Supported Ruby Version | OS |
4949| ------------ | --------------------- |
50- | Ruby 3.4.x | Windows, MacOS, Linux |
51- | Ruby 4.0.x | Windows, MacOS, Linux |
50+ | Ruby 3.4.x | Linux |
51+ | Ruby 4.0.x | Linux |
5252
5353This project supports all Ruby versions in active maintenance per the [ Ruby maintenance schedule] ( https://www.ruby-lang.org/en/downloads/branches/ ) .
5454
@@ -70,7 +70,6 @@ gem install openfeature-sdk
7070
7171``` ruby
7272require ' open_feature/sdk'
73- require ' json' # For JSON.dump
7473
7574# API Initialization and configuration
7675
@@ -91,7 +90,7 @@ client = OpenFeature::SDK.build_client
9190bool_value = client.fetch_boolean_value(flag_key: ' boolean_flag' , default_value: false )
9291
9392# a details method is also available for more information about the flag evaluation
94- # see `ResolutionDetails ` for more info
93+ # see `EvaluationDetails ` for more info
9594bool_details = client.fetch_boolean_details(flag_key: ' boolean_flag' , default_value: false )
9695
9796# fetching string value feature flag
You can’t perform that action at this time.
0 commit comments