From: "bt (Bernd Homuth)" Date: 2012-11-18T20:21:42+09:00 Subject: [ruby-core:49520] [ruby-trunk - Bug #7326] Time.c doc improvements Issue #7326 has been updated by bt (Bernd Homuth). File time_docs_2.diff added 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 complete or abbreviated: Time#to_a vs #to_a If we can decide on a format I can go through the other classes as well. diff is just for review, not yet split. ---------------------------------------- Bug #7326: Time.c doc improvements https://bugs.ruby-lang.org/issues/7326#change-33052 Author: bt (Bernd Homuth) Status: Open Priority: Normal Assignee: zzak (Zachary Scott) Category: DOC Target version: 2.0.0 ruby -v: 1.9.3 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. -- http://bugs.ruby-lang.org/