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 |
Explain Ruby exceptions?
What are Ruby iterators?
What things we can define in the model?
What are the three levels of method access control for classes and what do they signify? What do they imply about the method?
What are the object-oriented programming features supported by ruby?
What is the difference between nil and false in ruby?
Describe class libraries in Ruby?
How will you rename and delete a file in Ruby?
What are the only two values that are falsy?
Is ruby a statically typed or a dynamically typed language?
Explain module mixins in Ruby?
What is a symbol in ruby?