M
Q. In Ruby, what does the extend keyword do?
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What is the purpose of the include keyword in Ruby classes?
Q. What is the output of the given code? m=0 loop do puts 101 m+=1 break if m==5 end
Q. What is the purpose of using comments in Ruby code?
Q. How do you define a lambda in Ruby?
Q. Array indexing in ruby starts at_________.
Q. What is the purpose of the Time.now method in Ruby?
Q. What does the attr_accessor method do in Ruby?
Q. What is the output of the expression: "5".to_i + 2 in Ruby?
Discusssion
Login to discuss.