Explain the types of variables available in ruby class?
Please explain the three levels of access control for ruby methods?
Explain the difference between nil and false in ruby?
Explain Ruby object?
How do you handle exceptions in ruby code?
what is the difference between String and Symbol?
What is the difference between extend and include?
Explain about operators in Ruby?
How is visibility of methods changed in ruby?
Do you know what is the defined operator?
How would you create getter and setter methods in ruby?
How to open a file in Ruby?
What is concatenating string in ruby. In how many ways you can create a concatenating string.
What are the ruby variables?
What is yield statement in ruby.