mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c262acb4e0
commit
2128f20863
1 changed files with 1 additions and 1 deletions
|
@ -1309,7 +1309,7 @@ int rb_get_kwargs(VALUE keyword_hash, const ID *table, int required, int optiona
|
|||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue