Login
Remember
Register
Ask a Question
What is RubyGems in Ruby programming language?
0
votes
asked
Nov 10, 2021
in
Ruby
by
Robin
What is RubyGems in Ruby programming language?
rubygems
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Nov 10, 2021
by
Robin
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.
...