adamisom (Adam Isom)
- Login: adamisom
- Registered on: 01/16/2020
- Last sign in: 01/24/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/13/2020
-
12:31 PM Ruby Revision 3c93ed59 (git): Update documentation for Array/Hash Argument section of methods.rdoc
- [Bug #16514]
01/17/2020
-
10:50 AM Ruby Revision 09271acd (git): Update documentation for Array/Hash Argument section of methods.rdoc
01/16/2020
-
09:50 PM Ruby Bug #16514: Documentation mistake for method syntax (splat/array parameter)
- I've submitted Github pull request 2844 [here](https://github.com/ruby/ruby/pull/2844)
I've **attached** the patch as 2844.patch.txt
For completeness, a couple notes:
* The documentation section I linked to is for Array/Hash Argum... -
08:45 PM Ruby Bug #16514 (Closed): Documentation mistake for method syntax (splat/array parameter)
- Hello,
In the docs for method definition syntax [here](https://github.com/ruby/ruby/blob/master/doc/syntax/methods.rdoc#arrayhash-argument) we find "The array argument must be the last positional argument".
This is, of course, what i...