summaryrefslogtreecommitdiffstats
path: root/rdoc2html
diff options
context:
space:
mode:
Diffstat (limited to 'rdoc2html')
-rwxr-xr-xrdoc2html3
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)