How many types of variables are there in Ruby?
Which file extension is commonly used for Ruby scripts?
Which keyword is used to start a program in Ruby?
How to represent a comment in Ruby?
Which symbol is used for creating a class variable in Ruby?
Which symbol is used for creating an instance variable in Ruby?
Which keyword in Ruby is used to reiterate a loop without checking any condition?
Which of the following programming languages is a pure object-oriented language?
What is the purpose of the "<=>" operator?