Mention what is the difference between procs and blocks?
What are Ruby iterators?
What is concatenating string in Ruby?
Describe the environment variables present in Ruby?
Explain ampersand parameter (&block) in Ruby?
What is the pattern matching operator in ruby?
Tell me what is the role of sub-directory app/controllers and app/helpers?
Explain the difference between nil and false in ruby?
How is object methods defined in ruby?
Who is the developer of Ruby?
How do you handle exceptions in ruby code?
What function converts all html special symbols to html entities in ruby?
Are numeric objects mutable in ruby?
Can you call a private method outside a ruby class using its object?
Tell me how you define instance variable, global variable and class variable in ruby?