Answer Posted / Vijai Singh
"Class libraries in Ruby are collections of pre-written classes and modules that provide common functionality. They are built into the Ruby standard library and can be used to perform various tasks such as file I/O, string manipulation, mathematics, web services, etc. To use a class from a library, you simply include it in your code using the 'require' or 'load' method."
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers