summaryrefslogtreecommitdiffhomepage
path: root/ruby.html.markdown
diff options
context:
space:
mode:
authorAdam <adam@adambard.com>2013-07-03 23:03:25 -0700
committerAdam <adam@adambard.com>2013-07-03 23:03:25 -0700
commit54772928244b17315aee7f252ad2c491fa5f55d5 (patch)
treee66c9d1a45fc2cea86871f79124d5f9fe55d3206 /ruby.html.markdown
parent8b536513d786d79fd95b7b0eb6a505dc71ed9604 (diff)
Line length edit for ruby
Diffstat (limited to 'ruby.html.markdown')
-rw-r--r--ruby.html.markdown5
1 files 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