From 54772928244b17315aee7f252ad2c491fa5f55d5 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 3 Jul 2013 23:03:25 -0700 Subject: Line length edit for ruby --- ruby.html.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ruby.html.markdown b/ruby.html.markdown index bf57a816..2c9a4cb9 100644 --- a/ruby.html.markdown +++ b/ruby.html.markdown @@ -92,8 +92,9 @@ path_to_project_root = '/good/name/' path = '/bad/name/' # Symbols (are objects) -# Symbols are immutable, reusable constants represented internally by an integer value -# They're often used instead of strings to efficiently convey specific, meaningful values +# Symbols are immutable, reusable constants represented internally by an +# integer value. They're often used instead of strings to efficiently convey +# specific, meaningful values :pending.class #=> Symbol -- cgit v1.2.3