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 3535
3636 .method-source-code {
3737 display : none ;
38-
39- > pre { margin : 0 ; }
4038 }
4139
4240 // Rails guides
Original file line number Diff line number Diff line change 11module Docs
22 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]"
147
158 include FixInternalUrlsBehavior
169
@@ -77,19 +70,19 @@ class Ruby < Rdoc
7770 HTML
7871
7972 version '2.5' do
80- self . release = '2.5.0 '
73+ self . release = '2.5.3 '
8174 end
8275
8376 version '2.4' do
84- self . release = '2.4.3 '
77+ self . release = '2.4.5 '
8578 end
8679
8780 version '2.3' do
88- self . release = '2.3.6 '
81+ self . release = '2.3.8 '
8982 end
9083
9184 version '2.2' do
92- self . release = '2.2.9 '
85+ self . release = '2.2.10 '
9386 end
9487 end
9588end
You can’t perform that action at this time.
0 commit comments