From 23b9356a0e58b16c5c4dcf2cc4debdc96279c718 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 17 Feb 2015 02:04:02 +0000 Subject: * doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods" Patch by @sos4nt [fix GH-830][ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ doc/syntax/calling_methods.rdoc | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6230aeb0c0..78f600c09a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 17 10:59:10 2015 SHIBATA Hiroshi + + * doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods" + Patch by @sos4nt [fix GH-830][ci skip] + Tue Feb 17 10:53:29 2015 Nobuyoshi Nakada * win32/file.c (rb_file_expand_path_internal): do not make invalid diff --git a/doc/syntax/calling_methods.rdoc b/doc/syntax/calling_methods.rdoc index 79c0de59dc..9cec4526b8 100644 --- a/doc/syntax/calling_methods.rdoc +++ b/doc/syntax/calling_methods.rdoc @@ -296,7 +296,7 @@ arguments they will not be gathered by *: Prints: - {:arguments=>[1, 2], :keywords=>{"3"=>4, :five=>6}} + {:arguments=>[1, 2, {"3"=>4}], :keywords=>{:five=>6}} Unlike the splat operator described above the ** operator has no commonly recognized name. -- cgit v1.2.3