Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 329 Bytes

File metadata and controls

16 lines (11 loc) · 329 Bytes

Interpreted language focused on productivity and simplicity.

Install

Each OS, Windows, Mac and Linux, has a unique way of installing Ruby.

$: sudo apt-get install ruby-full  # Ubuntu/Debian
$: sudo yum install ruby  # CentOS, Fedora, or RHEL
$: ruby -v