ruby-changes:36509
From: svn <ko1@a...>
Date: Wed, 26 Nov 2014 22:28:38 +0900 (JST)
Subject: [ruby-changes:36509] svn:r48591 (trunk): * remove trailing spaces.
svn 2014-11-26 22:28:32 +0900 (Wed, 26 Nov 2014) New Revision: 48591 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48591 Log: * remove trailing spaces. Modified files: trunk/README.EXT Index: README.EXT =================================================================== --- README.EXT (revision 48590) +++ README.EXT (revision 48591) @@ -1309,7 +1309,7 @@ int rb_get_kwargs(VALUE keyword_hash, co https://github.com/ruby/ruby/blob/trunk/README.EXT#L1309 Retrieves argument VALUEs bound to keywords, which directed by +table+ into +values+. First +required+ number of IDs referred by +table+ are - mandatory, and succeeding +optional+ (- +optional+ - 1 if + mandatory, and succeeding +optional+ (- +optional+ - 1 if +optional+ is negative) number of IDs are optional. If a mandatory key is not contained in +keyword_hash+, raises "missing keyword" +ArgumentError+. If an optional key is not present in -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/