From 7e3d93b9c225982fc15077519d573a9a74007e2f Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Wed, 24 Sep 2014 14:13:31 -0600 Subject: [PATCH] Wrap to 80col --- jruby/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jruby/content.md b/jruby/content.md index 570111167..d7141e962 100644 --- a/jruby/content.md +++ b/jruby/content.md @@ -1,6 +1,7 @@ # What is JRuby? -JRuby (http://www.jruby.org) is an implementation of Ruby (http://www.ruby-lang.org) on the JVM. +JRuby (http://www.jruby.org) is an implementation of Ruby +(http://www.ruby-lang.org) on the JVM. Ruby is a dynamic, reflective, object-oriented, general-purpose, open-source programming language. According to its authors, Ruby was influenced by Perl,