official standard for documentation style?

Roger Pack <[email protected]> Tue, 29 Sep 2009 14:44:19 -0600
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <[email protected]>
Just wondering if there's any official docu style for core patches...
I see one mentioned for C but not for Ruby.

Is it

 #
 # description
 #
 def something
 end

or

 ##
 # description
 #
 def something
 end

or something along those lines?
Just wanted to check.
Thanks.
-r