Sha256: e456056540357d9bdd9b4f19ec93bef8395fb9e2f6799735901da72ca9c9a8b8
Contents?: true
Size: 395 Bytes
Versions: 1
Compression:
Stored size: 395 Bytes
Contents
#!/usr/bin/env ruby require 'reap/application' HELP = <<-END Usage: #{File.basename($0)} [options] Gerneates local ri api documentation. The generated files are stored in the conventional location doc/ri. These are useful to checking ri docs look good. Try it with a tool such as webri or rbbr. END if ARGV.include?('--help') puts HELP else app = Reap::Application.new app.ridoc end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
reap-9.4.0 | bin/reap-doc-ri |