Sha256: cd76370e3e59d9b411621306cc68cb9e7f7f626d2699f1a3d8d416ec9c63ccbf
Contents?: true
Size: 410 Bytes
Versions: 6
Compression:
Stored size: 410 Bytes
Contents
#!/usr/bin/env ruby # # RDoc: Documentation tool for source code # (see lib/rdoc/rdoc.rb for more information) # # Copyright (c) 2003 Dave Thomas # Released under the same terms as Ruby # # $Revision: 15033 $ require 'rdoc/rdoc' begin r = RDoc::RDoc.new r.document ARGV rescue Interrupt $stderr.puts $stderr.puts "Interrupted" rescue RDoc::Error => e $stderr.puts e.message exit 1 end
Version data entries
6 entries across 6 versions & 2 rubygems
Version | Path |
---|---|
iownbey-rdoc-2.0.1 | bin/rdoc |
rdoc-2.0.0 | bin/rdoc |
rdoc-2.1.0 | bin/rdoc |
rdoc-2.3.0 | bin/rdoc |
rdoc-2.2.1 | bin/rdoc |
rdoc-2.2.0 | bin/rdoc |