Un-Answered Questions { Ruby }

How ruby looks up a method to invoke?

1


What is mvc and why do we use it?

1


Explain the difference in scope for these two variables: @@name and @name?

1


How do you remove nil values in array using ruby?

1


Explain each of the following operators and how and when they should be used: ==, ===, eql?, Equal?

1


What are blocks and procs?

1


What is the difference between ruby 1.9 and ruby 2.0?

1


Explain the types of variables available in ruby class?

1


Explain the difference between a single quote and double quote?

1


Can you call a private method outside a ruby class using its object?

1


Explain the role of thread pooling in relation to the thread lifecycle in ruby?

1


How symbol is different from variables?

1


What is the difference between extend and include?

1


Explain about the defined operator in ruby?

1


How would you freeze an object in ruby? Can you provide a simple example?

1