olddoc.git  about / heads / tags
olddoc - old-fashioned RDoc generator(s)
blob 30c5ae27737fec51df8a466a41cbf141d4fdb6fc 148 bytes (raw)
$ git show v1.4.0:lib/rdoc/discover.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
 
# :stopdoc:
begin
  gem 'rdoc', [ '>= 4.2', '< 6.0' ]
  require_relative '../olddoc'
rescue Gem::LoadError
end unless defined?(Olddoc)
# :startdoc:

git clone https://80x24.org/olddoc.git