Vidyalelo
Ruby Programming · Q10

Ruby Gems

Programming · Ruby Programming · question 10

Q10

Which command is used to build a Ruby gem from a gemspec file?

A.
gem build gemspec_file
Answer
B.
build gemspec_file
C.
gem make gemspec_file
D.
make gemspec_file

Answer: Option A

Solution

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