diff options
Diffstat (limited to 'rdoc2html')
-rwxr-xr-x | rdoc2html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rdoc2html b/rdoc2html new file mode 100755 index 0000000..b0968ca --- /dev/null +++ b/rdoc2html @@ -0,0 +1,3 @@ +#! /usr/bin/env ruby +require 'rdoc/markup/to_html' +puts RDoc::Markup::ToHtml.new.convert(ARGF.read) |