File tree Expand file tree Collapse file tree 2 files changed +8
-17
lines changed Expand file tree Collapse file tree 2 files changed +8
-17
lines changed Original file line number Diff line number Diff line change 35
35
36
36
.method-source-code {
37
37
display : none ;
38
-
39
- > pre { margin : 0 ; }
40
38
}
41
39
42
40
// Rails guides
Original file line number Diff line number Diff line change 1
1
module Docs
2
2
class Ruby < Rdoc
3
- # Generated with:
4
- # ./configure && make html
5
- # or:
6
- # rdoc \
7
- # --root . \
8
- # --page-dir doc \
9
- # --encoding=UTF-8 \
10
- # --visibility=public \
11
- # --format=darkfish \
12
- # --no-line-numbers \
13
- # --op html .
3
+ # Instructions:
4
+ # 1. Download Ruby's source code
5
+ # 2. Run "./configure && make html" (in the Ruby directory)
6
+ # 3. Copy the ".ext/html" directory to "docs/ruby~[version]"
14
7
15
8
include FixInternalUrlsBehavior
16
9
@@ -77,19 +70,19 @@ class Ruby < Rdoc
77
70
HTML
78
71
79
72
version '2.5' do
80
- self . release = '2.5.0 '
73
+ self . release = '2.5.3 '
81
74
end
82
75
83
76
version '2.4' do
84
- self . release = '2.4.3 '
77
+ self . release = '2.4.5 '
85
78
end
86
79
87
80
version '2.3' do
88
- self . release = '2.3.6 '
81
+ self . release = '2.3.8 '
89
82
end
90
83
91
84
version '2.2' do
92
- self . release = '2.2.9 '
85
+ self . release = '2.2.10 '
93
86
end
94
87
end
95
88
end
You can’t perform that action at this time.
0 commit comments