tj (Thibault Jouan)
- Login: tj
- Email: tj+ruby_bugs@a13.fr
- Registered on: 11/12/2014
- Last sign in: 05/20/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
02/15/2023
-
03:46 AM Ruby Revision fba8f778 (git): [DOC] remove redundant paragraph at set.rb (#6472)
- remove redundant paragraph at set.rb
05/20/2021
-
05:28 AM Ruby Misc #17872 (Closed): Remove extra word from Here Documents syntax doc
- When reading the documentation for here documents literal, for example
when executing `ri ruby:syntax/literals`, or directly the file at
`doc/syntax/literals.rdoc', then looking at "Here Documents" section
there is a sentence that see...
11/13/2014
-
12:27 PM Ruby Misc #10500: Improve Pathname.glob documentation
- My bad! I didn't know about this syntax. This usage here makes perfect
sense, because `/*` wouldn't be allowed in the actual C comment for
this method.
None of my other suggested changes are relevant or useful.
Please close this is...
11/12/2014
-
07:56 PM Ruby Misc #10500 (Rejected): Improve Pathname.glob documentation
- I was confused by two things about current `Pathname.glob`
documentation:
Pathname.glob("config/" "*.rb")
#=> [#<Pathname:config/environment.rb>, #<Pathname:config/routes.rb>, ..]
* `"config/" "*.rb"` is not valid syntax
...