From: Gennady Bystritsky Date: 2005-06-05T05:01:55+09:00 Subject: Re: RDoc: bug or limitation? RDoc parses ruby code in pretty simplified way, not execute it. Hence a lot of limitations, your case being one of them (I think). Gennady. On Jun 4, 2005, at 12:55, Vincent Foley wrote: > I think I found a bug in RDoc, although this could be a limitation, I'm > not sure. Here's the code: > > @@valid_services = [:rubyurl, :tinyurl, :shorl, :snipurl, :metamark, > :makeashorterlink, :skinnylink] > private_method_class(:get_short_url, *@@valid_services) > > However, when I generate the doc, only ShortURL.get_short_url is makred > as a private class method, ShortURL.rubyurl and everything are marked > as public class methods. > > Vincent. > >