From 68b6cdc982cc22abe626e6eadfd5991fc6c47c1b Mon Sep 17 00:00:00 2001 From: Quang Tran Date: Thu, 29 Oct 2020 00:11:24 +0100 Subject: [PATCH] Add Ruby Cheat Sheet (#4851) --- free-programming-cheatsheets.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/free-programming-cheatsheets.md b/free-programming-cheatsheets.md index 70f4e4ad..312d43d2 100644 --- a/free-programming-cheatsheets.md +++ b/free-programming-cheatsheets.md @@ -12,6 +12,7 @@ * [Markdown](#markdown) * [MongoDB](#mongodb) * [Python](#python) +* [Ruby](#ruby) * [SQL](#sql) @@ -85,6 +86,11 @@ * [Python WorldWide Cheatsheet](https://cheatography.com/davechild/cheat-sheets/python/) - Cheatography (Python) +### Ruby + +* [Ruby Cheat Sheet](https://www.codeconquest.com/wp-content/uploads/Ruby-Cheat-Sheet-by-CodeConquestDOTcom.pdf) - CodeConquest.com (PDF) + + ### SQL * [MySQL Cheatsheet](https://s3-us-west-2.amazonaws.com/dbshostedfiles/dbs/sql_cheat_sheet_mysql.pdf) - Database Star (PDF)