We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ce18fe + 7b00d5a commit 3987861Copy full SHA for 3987861
1 file changed
lib/docs/scrapers/rdoc/ruby.rb
@@ -27,7 +27,6 @@ class Ruby < Rdoc
27
syntax_rdoc.html
28
extension_rdoc.html
29
extension_ja_rdoc.html
30
- Data.html
31
English.html
32
Fcntl.html
33
Kconv.html
@@ -69,6 +68,11 @@ class Ruby < Rdoc
69
68
Licensed under their own licenses.
70
HTML
71
+ version '4.0' do
72
+ self.release = '4.0.1'
73
+ self.root_path = 'index.html'
74
+ end
75
+
76
version '3.4' do
77
self.release = '3.4.7'
78
end
0 commit comments