InterviewSolution
Saved Bookmarks
| 1. |
What Is Rubygems In Ruby Programming Language? |
|
Answer» RubyGems provides a standard FORMAT for distributing ruby programs and LIBRARIES. It works as a package MANAGER for the Ruby PROGRAMMING LANGUAGE. RubyGems is now a part of the standard library from Ruby version 1.9. RubyGems provides a standard format for distributing ruby programs and libraries. It works as a package manager for the Ruby programming language. RubyGems is now a part of the standard library from Ruby version 1.9. |
|