Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain class libraries in ruby.



Explain class libraries in ruby...

Answer / 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

More Ruby Interview Questions

Tell me what is the difference between calling super and calling super()?

1 Answers  


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

1 Answers  


Explain the use of retry statement in ruby?

1 Answers  


Explain about the defined operator in ruby?

1 Answers  


what is the role of sub-directory app/controllers and app/helpers?

1 Answers  


What are freezing string in Ruby?

1 Answers  


Tell me what is the command to create a migration?

1 Answers  


What are Ruby iterators?

1 Answers  


What is the naming conventions for methods that return a boolean result?

1 Answers  


List some features of ruby?

1 Answers  


How to check whether a directory exist or not in Ruby?

1 Answers  


How do the following methods differ: @my_string.strip and @my_string.strip! ?

1 Answers  


Categories