long-decimal 0.00.06

Sign up to get free protection for your applications and to get access to all the features.
data/make_doc.rb ADDED
@@ -0,0 +1,6 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ $outdir = 'doc/'
4
+ puts "Creating documentation in '#$outdir'."
5
+ system "rdoc -d -o #$outdir lib/longdecimal.rb"
6
+ # vim: set et sw=4 ts=4: