Tell me an array [1,2,34,5,6,7,8,9], product it using a method?
Explain about ruby names?
Explain ruby strings.
Explain about ruby code blocks?
What is the difference between #== and #eql??
What are ruby blocks.
What is the difference between a class and a module?
Please explain the three levels of access control for ruby methods?
Are numeric objects mutable in ruby?
Explain break statement in Ruby?
Tell me can you call a private method outside a ruby class using its object?
What happens when a value is too big for fixnum?
Describe the environment variables present in Ruby?
Who is the developer of Ruby?
how many ways you can create a concatenating string?