Ruby - Gems and Bundler
You want to create a Ruby script that uses the 'colorize' gem to print text in red. Which sequence of steps is correct?
gem install colorize before using it.require 'colorize' to load the gem's code.puts 'text'.colorize(:red) to print red text.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions