Skip to content

Commit

Permalink
Adjusted the heading level of "Block Arguments" [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 25, 2020
1 parent a01d28f commit aaf0474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/syntax/methods.rdoc
Expand Up @@ -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]

== Block Argument
=== Block Argument

The block argument is indicated by <code>&</code> and must come last:

Expand Down

0 comments on commit aaf0474

Please sign in to comment.