ruby-changes:37538
From: hsbt <ko1@a...>
Date: Tue, 17 Feb 2015 11:04:11 +0900 (JST)
Subject: [ruby-changes:37538] hsbt:r49619 (trunk): * doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods"
hsbt 2015-02-17 11:04:02 +0900 (Tue, 17 Feb 2015) New Revision: 49619 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49619 Log: * doc/syntax/calling_methods.rdoc: Fix documentation for "calling_methods" Patch by @sos4nt [fix GH-830][ci skip] Modified files: trunk/ChangeLog trunk/doc/syntax/calling_methods.rdoc Index: doc/syntax/calling_methods.rdoc =================================================================== --- doc/syntax/calling_methods.rdoc (revision 49618) +++ doc/syntax/calling_methods.rdoc (revision 49619) @@ -296,7 +296,7 @@ arguments they will not be gathered by < https://github.com/ruby/ruby/blob/trunk/doc/syntax/calling_methods.rdoc#L296 Prints: - {:arguments=>[1, 2], :keywords=>{"3"=>4, :five=>6}} + {:arguments=>[1, 2, {"3"=>4}], :keywords=>{:five=>6}} Unlike the splat operator described above the <code>**</code> operator has no commonly recognized name. Index: ChangeLog =================================================================== --- ChangeLog (revision 49618) +++ ChangeLog (revision 49619) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Tue Feb 17 10:59:10 2015 SHIBATA Hiroshi <shibata.hiroshi@g...> + + * 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 <nobu@r...> * win32/file.c (rb_file_expand_path_internal): do not make invalid -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/