diff options
author | Adam <adam@adambard.com> | 2013-07-03 23:03:25 -0700 |
---|---|---|
committer | Adam <adam@adambard.com> | 2013-07-03 23:03:25 -0700 |
commit | 54772928244b17315aee7f252ad2c491fa5f55d5 (patch) | |
tree | e66c9d1a45fc2cea86871f79124d5f9fe55d3206 | |
parent | 8b536513d786d79fd95b7b0eb6a505dc71ed9604 (diff) |
Line length edit for ruby
-rw-r--r-- | ruby.html.markdown | 5 |
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 |