1

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.

Volodymyr
  • 1,136
  • 3
  • 11
  • 28

1 Answers1

0

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

falsetru
  • 357,413
  • 63
  • 732
  • 636