I was looking into implementing meilisearch/meilisearch-rails#316, but toggling an experimental feature currently requires a lot of smelly code.
Perhaps Client#set_experimental_feature!(feature, state)?
We already have tests on experimental features, and the test helper is currently the only place where we have a convenient way to toggle these features (and the implementation is not pretty): https://github.com/meilisearch/meilisearch-ruby/blob/main/spec/support/experimental_feature_helpers.rb