> ##
> # :method: false
> # blah blah comment
> 
> ##
> # :method: or
> # etc.

Hmm.  Could I request a full file example of how to use :method: ?  The 
following saved as an rb file doesn't seem to work...
=r


class Socket
 module Tutorial
  # :method: test
  # test is an amazing method
 end
 ##
 # :method: false
 # blah blah comment
end

class Array
 # :method: tutorial
end
-- 
Posted via http://www.ruby-forum.com/.