From aaf0474e76ecf8d8fc675c3e56a803d887e63965 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 25 Dec 2020 22:05:21 +0900 Subject: Adjusted the heading level of "Block Arguments" [ci skip] --- doc/syntax/methods.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/syntax/methods.rdoc b/doc/syntax/methods.rdoc index c11bd449bc..241913cc1a 100644 --- a/doc/syntax/methods.rdoc +++ b/doc/syntax/methods.rdoc @@ -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 & and must come last: -- cgit v1.2.3