Installing the SDK
Ruby SDK Installation
To integrate the VWO Feature Management and Experimentation SDK into your Ruby project, you must first install the SDK through a package manager for Ruby. VWO FME Ruby SDK can be installed using rubygems.
Requirements
Ruby Version
2.6 onwards
Installation
Run the following command in your project directory:
gem install vwo-fme-ruby-sdk
This command will download and install the VWO FME SDK and its dependencies in your project.
Import the SDK
Now, you're ready to initialize and use the SDK in your Ruby application.
Source Code
Language | Repository |
---|---|
Ruby | https://github.com/wingify/vwo-fme-ruby-sdk |
The FME SDK code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024-2025.
Updated 28 days ago