mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-11-22 12:32:09 +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/'
|
||||
|
||||
# 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user