What are class libraries in Ruby?



What are class libraries in Ruby?..

Answer / Nirmla

"Class libraries in Ruby are collections of classes and modules that provide useful functionality for a particular domain or application. They can be found in the standard library (part of the Ruby installation) or as third-party gems (libraries available online)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

What is the use of interpolation in ruby?

1 Answers  


What are the three levels of method access control for classes and what do they signify? What do they imply about the method?

1 Answers  


Explain Ruby exceptions?

1 Answers  


Where does a scope change in a ruby program?

1 Answers  


How does a symbol differ from a string?

1 Answers  


What is rvm?

1 Answers  


mention what is the difference between a single quote and double quote?

1 Answers  


Tell me what are blocks and procs?

1 Answers  


Explain Ruby if-else statement?

1 Answers  


what is the difference between a gem and a plugin in Ruby?

1 Answers  


What method might you use to remove duplicate values from an array?

1 Answers  


What is ruby methods?

1 Answers  


Categories