zzak
zzak
Given a Rakefile with RDoc::Task configured for files, or using `.document`, it would be nice to generate a coverage report with the project file structure already known. For example: ```...
Possible options: - public - private - protected Option 1: - Provide support for tags - Let plugin generators handle markup Option 2: - Provide support for tags - Implement...
This module should explain it: ``` ruby # When using the 'r' and 'o' option together, you should be able to combine the # flags into one command to generate...
This is from [Bug #8157](https://bugs.ruby-lang.org/issues/8157).
From our conversation on irc: ``` 15:01 < zzak> rdoc links, how do they work? 15:01 < injekt> magick 15:01 < drbrain> true fact 15:02 < drbrain> the extensive array...
Use the following example: ``` ruby # foo.rb module Foo BAR = "omg" end ``` `$ rdoc -ro tmp foo.rb` Now try to read `Foo::BAR` with ri: `$ ri -d...
Move original topic from @headius (a.k.a. @headies): > There's currently docs/guides on how to use most aspects of RubyGems except for default gems. I recognize that default gems are largely...
Maybe because of the size of the site, or we're doing something wrong.. but the site takes around 2 minutes to generate on my laptop; and has made previewing changes...
Since there is no easy way to get gtk native on osx, and it's apparent that macruby is the future of ruby on osx; the only logical step is to...
More effort should be made to comment out the green shoes source code.