Tell me the role of modules and mixins in ruby?
What is the difference between ruby 1.9 and ruby 2.0?
What is the difference between #== and #eql??
Tell me an array [1,2,34,5,6,7,8,9], product it using a method?
What is the pattern matching operator in ruby?
How will you rename and delete a file in Ruby?
How would you freeze an object in ruby? Can you provide a simple example?
What happens when a value is too big for fixnum?
Tell me what is the command to create a migration?
What are advantages of using ruby?
Tell me what is the difference between calling super and calling super()?
difference between activesupport's “hashwithindifferentaccess” and ruby's “hash”?
What are ruby blocks.
How symbol is different from variables?
How would you create getter and setter methods in ruby?