Tagged Questions
2
votes
1answer
265 views
How can I define sections without === Headings for RDoc::usage()?
I like to generate man pages using '--help' output via help2man and txt2man. Ruby's RDoc system is very convenient, but I can't seem to configure RDoc::usage in exactly the way that I want. Here's a ...
0
votes
0answers
11 views
How can you convert rdoc to a man page (or even text)?
Is there a simple way to extract the rdoc from a .rb file and view it in less? Or even better, turn it into nroff man macros?