mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Fix formatting on comments
This commit is contained in:
parent
b9c1502cab
commit
236cc1c14c
@ -416,8 +416,8 @@ def foods
|
||||
['pancake', 'sandwich', 'quesadilla']
|
||||
end
|
||||
breakfast, lunch, dinner = foods
|
||||
breakfast # 'pancake'
|
||||
dinner # 'quesadilla'
|
||||
breakfast #=> 'pancake'
|
||||
dinner #=> 'quesadilla'
|
||||
|
||||
# By convention, all methods that return booleans end with a question mark
|
||||
5.even? # false
|
||||
|
Loading…
Reference in New Issue
Block a user