soodesune (Mark Lorenz)
- Login: soodesune
- Email: mlorenz@covermymeds.com
- Registered on: 05/29/2014
- Last sign in: 05/29/2014
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 3 | 3 |
Activity
07/07/2014
-
04:42 AM Ruby Bug #10012 (Closed): Improve Documentation for IO.read
- Duplicates: https://github.com/ruby/ruby/pull/658
- Readability improvements
- English language fixes
- Formatting fixes
06/30/2014
-
02:45 AM Ruby Bug #9996: document File.join returns a string
- I don't see a way for me to close this, but my pull request was merged as I was authoring the bug #9996.
This can be closed now. -
02:41 AM Ruby Bug #9996 (Closed): document File.join returns a string
- Duplicates: https://github.com/ruby/ruby/pull/646
The documented return from `File.join` is `path`. This patch changes it
to `string` to avoid confusion with `Pathname#join`, which returns a
`Pathname` object.
05/29/2014
-
04:27 AM Ruby Bug #9875 (Closed): ERB#result documentation incorrect
- This issue duplicates: https://github.com/ruby/ruby/pull/619
---
ERB#result does not accept a proc, the documentation says:
> Executes the generated ERB code to produce a completed template, returning the results of that code.
>...