Installation

Just install the rubocop-performance gem

gem install rubocop-performance
sh

or if you use bundler put this in your Gemfile

gem 'rubocop-performance', require: false
ruby