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']
|
['pancake', 'sandwich', 'quesadilla']
|
||||||
end
|
end
|
||||||
breakfast, lunch, dinner = foods
|
breakfast, lunch, dinner = foods
|
||||||
breakfast # 'pancake'
|
breakfast #=> 'pancake'
|
||||||
dinner # 'quesadilla'
|
dinner #=> 'quesadilla'
|
||||||
|
|
||||||
# By convention, all methods that return booleans end with a question mark
|
# By convention, all methods that return booleans end with a question mark
|
||||||
5.even? # false
|
5.even? # false
|
||||||
|
Loading…
Reference in New Issue
Block a user