To install Cucumber for use with Ruby simply use the command
gem install cucumber
Alternatively, if you are using bundler, you can add the following line to your Gemfile
gem 'cucumber'
And then run bundler
bundle install
[I think this belongs in its own topic, Installation. I created that topic and copied this example there. When that topic is approved I'll move this there and delete the copy.]