Home / Programming MCQs / Ruby MCQs / Question
M
Q. What does the command gem uninstall gem_name do in Ruby?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What is the primary difference between module_function and extend self in Ruby?
What does the protected keyword do in Ruby classes?
What is the purpose of using exception handling in Ruby?
In Ruby, what is the keyword used to define a method?
What is the output of the following? if 1<2 print "one is less than two" end
What is the method used to define instance variables in Ruby?
What is the output of the expression: "5" + "2" in Ruby?
What is the purpose of the * quantifier in a regular expression in Ruby?
Discusssion
Login to discuss.