Line length edit for ruby

This commit is contained in:
Adam 2013-07-03 23:03:25 -07:00
parent 8b536513d7
commit 5477292824

View File

@ -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