Is ruby a statically typed or a dynamically typed language?
What are the only two values that are falsy?
Is ruby a dying language?
Do you know how ruby looks up a method to invoke?
What is a struct in ruby?
What are differences between ruby and python?
Explain the difference between nil and false in ruby?
Explain about garbage collection feature of ruby?
Tell me what is the difference between calling super and calling super()?
What are Ruby iterators?
What is the difference between throw/catch and raise/rescue?
Explain about methods?
How do you handle exceptions in ruby code?
What are the key features of ruby?
Can you call a private method outside a ruby class using its object?