Adjusted the heading level of "Block Arguments" [ci skip]
This commit is contained in:
parent
a01d28fed7
commit
aaf0474e76
@ -540,7 +540,7 @@ as the keyword arguments:
|
|||||||
my_method(a: 1, 'a' => 2) # [{"a"=>2}, 1]
|
my_method(a: 1, 'a' => 2) # [{"a"=>2}, 1]
|
||||||
my_method({a: 1, 'a' => 2}) # [{"a"=>2}, 1]
|
my_method({a: 1, 'a' => 2}) # [{"a"=>2}, 1]
|
||||||
|
|
||||||
== Block Argument
|
=== Block Argument
|
||||||
|
|
||||||
The block argument is indicated by <code>&</code> and must come last:
|
The block argument is indicated by <code>&</code> and must come last:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user