mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-26 09:21:00 +03:00
Line length edit for ruby
This commit is contained in:
parent
8b536513d7
commit
5477292824
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user