Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 824 Bytes

File metadata and controls

24 lines (17 loc) · 824 Bytes

Source Code for Programming Ruby (2nd edition)

Copyrights apply to this source code. You may use the source code in your own projects, however the source code may not be used to create training material, courses, books, articles, and the like. We make no guarantees that this source code is fit for any purpose.

Download ruby-code.tgz Download ruby-code.zip Notes

The .tgz file is a gzip-compressed tar archive, and can be extracted with a command such as:

$ tar xzf ruby-code.tgz

The .zip file is a standard Zip archive, and can be extracted with (for example):

C:\temp> unzip ruby-code.zip

Although not universally true, zip files are more commonly used on Windows systems, while tar files are used on Unix-based systems. You may need to download a separate utility to extract files from an archive on Windows.