mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-23 06:43:37 +02:00
Line length edit for ruby
This commit is contained in:
@@ -92,8 +92,9 @@ path_to_project_root = '/good/name/'
|
|||||||
path = '/bad/name/'
|
path = '/bad/name/'
|
||||||
|
|
||||||
# Symbols (are objects)
|
# Symbols (are objects)
|
||||||
# Symbols are immutable, reusable constants represented internally by an integer value
|
# Symbols are immutable, reusable constants represented internally by an
|
||||||
# They're often used instead of strings to efficiently convey specific, meaningful values
|
# integer value. They're often used instead of strings to efficiently convey
|
||||||
|
# specific, meaningful values
|
||||||
|
|
||||||
:pending.class #=> Symbol
|
:pending.class #=> Symbol
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user