Home / Programming MCQs / Ruby MCQs / Question
M
Q. Which of the following features does the 2.0 version of ruby supports?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What is the purpose of the gemfile.lock file in Ruby projects?
Arrays can be used to store multiple values in one single variable.
Why can not we use quotation marks ("or") with boolean?
What will be the output of the given code? "I'am learning Ruby Language".reverse.upcase.length
Why can not we use quotation marks (' or ") with boolean?
What is the output of the given code? counter = 100 while counter > 0 puts counter counter-=25 end
What will be output for the following code?
What does the term "inheritance" mean in Object-Oriented Programming?
Discusssion
Login to discuss.