/ Published in: Ruby
This is a boilerplate RDoc template which I paste into new Ruby files that I create. It demonstrates some of the features of RDoc markup, such as links and comments (The 'this code is proprietary' message is commented out in favor of the MIT license)
The title directive will not work in plain text files, due to a bug in RDoc
Expand |
Embed | Plain Text
# :title:A Shell Script # = Name # # = Synopsis # # = Description # # = Todo # == Upcoming Features # 0. Nothing yet. # == Known Issues # 0. Nothing yet. # = References # 0. <i>I made it up as I went along.</i> # = License # This code is provided under the terms of the {MIT License.}[http://www.opensource.org/licenses/mit-license.php] # #-- # This code is the proprietary intellectual property of its authors. It is not intended for publication. #++ # = Authors # Noah Sussman #
You need to login to post a comment.
