Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Latest commit

 

History

History
53 lines (30 loc) · 733 Bytes

01_organization.md

File metadata and controls

53 lines (30 loc) · 733 Bytes

!SLIDE subsection

Ruby library organization

!SLIDE bullets

Groups

  • Core Library
  • Standard Library
  • Third Party / Gems

!SLIDE bullets

Core Library

  • Mostly implemented in C
  • Core objects (Kernel, String, Array...)

!SLIDE bullets

Standard Library

  • Mostly implemented in Ruby
  • require 'library'

!SLIDE bullets

Third Party

  • All the rest

!SLIDE center

RubyGems

RVM

The default Ruby package management

!SLIDE bullets

RubyGems is ...

!SLIDE bullets

A RubyGems library is called

Gem