Gems

Back to Web-Dev

Have a name, version, platform. Platform describes CPU architecture, OS or os versions.

RubyGems

Package management framework for Ruby, gem is the cli.

Monkey Patching a gem:

Basics

RubyGems modifies your Ruby load path, controlling how code is found by the require statement

File inclusion -- source

When to use Gems -- source