From a5093ef4e0ef7b914d6e4a9470f4aae6386cff63 Mon Sep 17 00:00:00 2001
From: Paul Marsicovetere <71470776+paulmarsicloud@users.noreply.github.com>
Date: Fri, 28 Jan 2022 16:09:45 -0500
Subject: [PATCH] Add Ruby resources
---
.../101-backend/content/103-learn-a-language/107-ruby.md | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md b/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md
index cf37b2083..651bc592e 100644
--- a/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md
+++ b/content/roadmaps/101-backend/content/103-learn-a-language/107-ruby.md
@@ -1 +1,8 @@
-# Ruby
\ No newline at end of file
+# Ruby
+
+Ruby is a high-level, interpreted programming language that blends Perl, Smalltalk, Eiffel, Ada, and Lisp. Ruby focuses on simplicity and productivity along with a syntax that reads and writes naturally. Ruby supports procedural, object-oriented and functional programming and is dynamically typed.
+
+Free Content
+Ruby Website
+Learn Ruby in 20 minutes
+Learn Ruby | Codecademy