Vidyalelo
Ruby Programming · Q39

Ruby Gems

Programming · Ruby Programming · question 39

Q39

What is the purpose of the gem install gem_name -N command in Ruby?

A.
Installs the gem without updating RubyGems
B.
Installs the gem without updating the Gemfile.lock
C.
Installs the gem without checking for dependencies
D.
Installs the gem without documentation
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board