IƱaki Baz Castillo wrote: > Hi, I want to include a text file (LICENSE.txt) in the RDoc > documentation. However, I don't want RDoc to parse it, instead, I want > it to be displayed as text format. > Is it possible with some commandline option of rdoc? I've not found > it... > > Thanks. Did you try rdoc --help? --exclude, -x pattern do not process files or directories matching pattern. Files given explicitly on the command line will never be excluded. -- Posted via http://www.ruby-forum.com/.