Slide 5
Slide 5 text
Libraries, gem, RubyGems
● Libraries are collections of code that fits a
common concept (libsqlite3, libopenssl)
● Libraries in Ruby are called "gems"
● Gems can be downloaded and installed with
the `gem install` command
● Gems are primarily hosted openly on http:
//rubygems.org