Sha256: ac07e65a128f72a9b2fe2191a33160d89b2ff8a1668a8bb6a5f8c7a901fe5203
Contents?: true
Size: 164 Bytes
Versions: 1
Compression:
Stored size: 164 Bytes
Contents
#!/usr/bin/env ruby puts "Creating documentation." system "rdoc --main README --title 'MoreMath -- More Math in Ruby'"\ " -d #{Dir['lib/**/*.rb'] * ' '} README"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
more_math-0.0.0 | make_doc.rb |