From: Lennon Day-Reynolds Date: 2004-07-16T16:08:30+09:00 Subject: Re: Fundamental question In rbbr, you have to import the modules you want to examine manually; it will only load the core library and Gtk+/GNOME modules by default. If you go to the 'File->Require Library...' menu item, you should get a directory tree for every location in the Ruby load path, from which you can select additional libraries to include. Alternately, if you select 'File->Load Library...', you should see a file chooser dialog which will prompt you for a single Ruby source file to load and include in the rbbr class browser. Regardless, you will likely find that rbbr is fairly focused on Gtk+/GNOME/Glib functionality; 'Properties' and 'Signals' are not a part of the Ruby core, but are fundamental features of any class from the rbbr application's perspective. Lennon On Fri, 16 Jul 2004 14:20:13 +0900, Hal Fulton wrote: > Meino Christian Cramer wrote: > > I can't answer your question. I hope someone can. > > > "man " and "rdoc " does not gave > > anything of output on my box. > > This interests me. AFAIK there have never been man pages for any > Ruby-related tools. > > How does one create man pages anyhow? > > > Hal > >