aboutsummaryrefslogtreecommitdiff
path: root/ruby/ruby2/README
diff options
context:
space:
mode:
authorDaniel Romero <infoslack@gmail.com>2013-10-27 18:46:34 -0500
committerRobby Workman <rworkman@slackbuilds.org>2013-10-27 23:39:07 -0500
commitd29439228c92391ae0293ceecf9d8e760e7462b9 (patch)
treeaf600d625d8ba6fa4dbc6d94a29bc91ed883592a /ruby/ruby2/README
parentc40c0d3d28d1578cc0be514589873fad660f9f9e (diff)
ruby/ruby2: Added (Interpreted object-oriented scripting language)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'ruby/ruby2/README')
-rw-r--r--ruby/ruby2/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/ruby/ruby2/README b/ruby/ruby2/README
new file mode 100644
index 0000000000000..ac47f2ca73fa5
--- /dev/null
+++ b/ruby/ruby2/README
@@ -0,0 +1,4 @@
+Ruby is an interpreted scripting language for quick and easy
+object-oriented programming. It has many features to process text
+files and to do system management tasks (as in Perl). It is simple,
+straight-forward, and extensible.