What is the difference between “#==” and “#equal?”
Are ruby strings are mutable?
Explain ampersand parameter (&block) in Ruby?
What are freezing string in Ruby?
How will you rename and delete a file in Ruby?
Do you know what is the defined operator?
What does mri most commonly stand for?
What does ruby name refers to?
How to create a new time instance in Ruby?
Difference between render and redirect?
what is the syntax for Ruby collect Iterator?
Is ruby a strongly typed or a weakly typed language?
How is an iterator handled in ruby?
What's the difference in scope for these two variables: @name and @@name?
What are the loops in ruby?