Ruby Gems - Study Mode
[#16] What is the purpose of the gem owner gem_name command in Ruby?
Correct Answer
(D) Displays the owners of a specified gem
[#17] What are Ruby Gems?
Correct Answer
(D) Pre-packaged libraries or applications that provide additional functionality to Ruby applications
[#18] How do you install a Ruby Gem?
Correct Answer
(C) gem install gem_name
[#19] Which command is used to list all installed gems in Ruby?
Correct Answer
(B) gem list
[#20] What is Bundler in the context of Ruby Gems?
Correct Answer
(C) A dependency manager for Ruby projects