0 votes
in Ruby by
What is RubyGems in Ruby programming language?

1 Answer

0 votes
by
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.
...