what is the difference between Procs and Blocks?
what is the difference between put and putc statement?
what is the Notation used for denoting class variables in Ruby?
what is the difference between String and Symbol?
In Ruby, it explains about the defined operator?
In Ruby code, often it is observed that coder uses a short hand form of using an expression like array.map(&:method_name) instead of array.map { |element| element.method_name }. How this trick actually works?
what is the difference extend and include?
what is Interpolation in Ruby?
what is a class library in Ruby?
Ruby support single inheritance/multiple inheritance or both?
How is an iterator handled in ruby?
How is class methods defined in ruby?
What is the scope of a local variable in ruby?
What are the operators available in ruby?
What are the looping structures available in ruby?