bt (Bernd Homuth)
- Login: bt
- Registered on: 05/11/2011
- Last sign in: 11/04/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 6 | 6 |
Activity
11/25/2012
-
07:00 AM Ruby Bug #7326: Time.c doc improvements
- After going over the file one last time I found a couple of lines I've missed.
11/24/2012
-
07:38 PM Ruby Bug #7326: Time.c doc improvements
- See my three patches (time_patch000x.diff), first one for typos etc, second one for format changes and third one for more substantial changes to the docs.
11/18/2012
-
08:21 PM Ruby Bug #7326: Time.c doc improvements
- In contrast to the guidelines I have: _arguments_, _object_ and _other_object_ (also _self_)
Monospaced only for return values: +nil and +true+
What about class methods: Time::new vs Time#new vs Time.new?
Method references should be ...
11/12/2012
-
04:16 PM Ruby Bug #7326: Time.c doc improvements
- @rohitarondekar thank you for the comments and welcome to ruby bugs :)
> I would prefer "The idea is borrowed from Perl:"
yes, sounds better, you're right.
> ...
Doesn't really matter if it was used in Germany or elsewhere, should b...
11/11/2012
-
04:14 PM Ruby Bug #7327: ruby.c typo
- =begin
What about the other line?
require the library, before executing your script
=end
-
04:53 AM Ruby Bug #7327 (Closed): ruby.c typo
- No comma before 'before'.
-
06:28 AM Ruby Bug #7326: Time.c doc improvements
- Actually, I'm not really happy with my "improvements". After looking through more classes there is inconsistency everywhere and it seems every class has its own style. Maybe there should be some API documentation guideline first. I check...
-
02:43 AM Ruby Bug #7326 (Closed): Time.c doc improvements
- I tried to improve some parts of the documentation. Mainly I changed +Time+ for classes and _time_ for objects. I fixed some typos and probably introduced new ones. Please check carefully.
02/25/2012
-
05:38 PM Ruby Bug #5411: Some enum.c doc tweaks
- [removed]
02/10/2012
-
06:07 PM Ruby Bug #5998 (Closed): docs: Array#select! return object
- Array#select! returns `self` not `new_ary`.