Vidyalelo
Ruby Programming · Q17

Best Practices and Code Conventions in Ruby

Programming · Ruby Programming · question 17

Q17

What is the recommended way to install Ruby gems in a project?

A.
Manually downloading and adding gem files to the project
B.
Using RubyGems
C.
Using gem install command
D.
Using Bundler
Answer

Answer: Option D

Solution

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