Question

I have a readme file in rails project and rake task which generate text file.

I want include content from this file to my Readme.rdoc is it possible Everything I get after googling - some :include: directive I include it to my Readme.rdoc:

 == Some title
   :include: rubocop.txt

but it does not work.

No correct solution

OTHER TIPS

Unless the file rubycop.txt is in the current directory, the directory containing it should be listed using --include option.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top