💎 Ruby Gems

RubyGems is a package manager for Ruby libraries and tools. It lets you install, manage, and use third-party libraries called 'gems'.

📦 Installing a Gem

Use the gem install command in your terminal:

Output will appear here...

📌 Using a Gem

Once installed, require it in your Ruby script:

💡 Tip: Check all installed gems with gem list