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.