diff options
-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 |