mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-25 16:23:37 +03:00
Update ruby.html.markdown
Fix typo ("Tt"-->"It")
This commit is contained in:
parent
6e1c20f975
commit
bb7e218b82
@ -377,7 +377,7 @@ sum sum(3, 4), 5 #=> 12
|
|||||||
|
|
||||||
# yield
|
# yield
|
||||||
# All methods have an implicit, optional block parameter.
|
# All methods have an implicit, optional block parameter.
|
||||||
# Tt can be called with the 'yield' keyword.
|
# It can be called with the 'yield' keyword.
|
||||||
def surround
|
def surround
|
||||||
puts '{'
|
puts '{'
|
||||||
yield
|
yield
|
||||||
|
Loading…
Reference in New Issue
Block a user