Vidyalelo
Ruby Programming · Q34

Ruby Gems

Programming · Ruby Programming · question 34

Q34

What does the gem uninstall gem_name -v version_number command do in Ruby?

A.
Uninstalls a specific version of a gem
Answer
B.
Uninstalls all versions of the specified gem
C.
Reinstalls the specified version of the gem
D.
Downgrades the specified gem to the previous version

Answer: Option A

Solution

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