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 tha...