rdoc 7.0.3 → 7.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rdoc/generator/darkfish.rb +1 -1
  3. data/lib/rdoc/generator/json_index.rb +1 -1
  4. data/lib/rdoc/generator/template/aliki/_head.rhtml +1 -1
  5. data/lib/rdoc/generator/template/aliki/_sidebar_extends.rhtml +8 -6
  6. data/lib/rdoc/generator/template/aliki/_sidebar_includes.rhtml +8 -6
  7. data/lib/rdoc/generator/template/aliki/_sidebar_installed.rhtml +1 -1
  8. data/lib/rdoc/generator/template/aliki/_sidebar_pages.rhtml +1 -1
  9. data/lib/rdoc/generator/template/aliki/_sidebar_sections.rhtml +1 -1
  10. data/lib/rdoc/generator/template/aliki/class.rhtml +17 -17
  11. data/lib/rdoc/generator/template/aliki/servlet_root.rhtml +1 -1
  12. data/lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml +8 -6
  13. data/lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml +8 -6
  14. data/lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml +1 -1
  15. data/lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml +1 -1
  16. data/lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml +1 -1
  17. data/lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml +5 -5
  18. data/lib/rdoc/generator/template/darkfish/class.rhtml +17 -17
  19. data/lib/rdoc/generator/template/darkfish/table_of_contents.rhtml +3 -3
  20. data/lib/rdoc/markup/document.rb +2 -2
  21. data/lib/rdoc/markup/formatter.rb +1 -1
  22. data/lib/rdoc/markup/indented_paragraph.rb +1 -1
  23. data/lib/rdoc/markup/list.rb +2 -2
  24. data/lib/rdoc/markup/list_item.rb +2 -2
  25. data/lib/rdoc/markup/verbatim.rb +1 -1
  26. data/lib/rdoc/parser/c.rb +1 -1
  27. data/lib/rdoc/ri/paths.rb +1 -1
  28. data/lib/rdoc/servlet.rb +1 -1
  29. data/lib/rdoc/version.rb +1 -1
  30. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e115c57c1541a612613ea80a869ce964b13aee43badba6c75bae66aa70495e29
4
- data.tar.gz: 5a0dfd61dc9a5116612d939f3d94197fe687667cd8185d00983afb3fea38aade
3
+ metadata.gz: f1cf94593e8051515382dcf9c0b3ec1978bfea7542de9c6707350de54966a469
4
+ data.tar.gz: edea7f43da70876b79da12790ca76f94b3e1e253ede49ebc5207e50942981289
5
5
  SHA512:
6
- metadata.gz: fc7d789798d547865d5205eafbb6b8db9b5b16bc422c5fba3658952a8568248eda44aba606c1c1cac335af38babdf18bf4a2aa56f1c7189fe894858e154c9353
7
- data.tar.gz: da731f564307246734edefbc271577d434b3d4527d865cd2c6575db5dce5d36caab97925204bacbb1a2063aff4109a55db5c269829df32e5ac29163b366b8c7d
6
+ metadata.gz: 4b80bd5257cdb6164ad8bae594fe9c254532795c5c6d7d99877d5b69da81b0ecb02cd97d11f113b227bd09654009df6cb2c7bbf6cc34fec27555f195612bf1a3
7
+ data.tar.gz: 377e1a00ee7b589247a60efa7ab0811501c7b1136f8c387db3c0b4928db87837141e3540dd77c98049cf10cc9e5f09427c36d2a918ee4d9f0c4dad712ddfafdf
@@ -173,7 +173,7 @@ class RDoc::Generator::Darkfish
173
173
  ##
174
174
  # Output progress information if debugging is enabled
175
175
 
176
- def debug_msg *msg
176
+ def debug_msg(*msg)
177
177
  return unless $DEBUG_RDOC
178
178
  $stderr.puts(*msg)
179
179
  end
@@ -118,7 +118,7 @@ class RDoc::Generator::JsonIndex
118
118
  ##
119
119
  # Output progress information if debugging is enabled
120
120
 
121
- def debug_msg *msg
121
+ def debug_msg(*msg)
122
122
  return unless $DEBUG_RDOC
123
123
  $stderr.puts(*msg)
124
124
  end
@@ -28,7 +28,7 @@
28
28
  <%- elsif @title %>
29
29
  <meta name="keywords" content="ruby,documentation,<%= h @title %>">
30
30
  <%- if @options.main_page and
31
- main_page = @files.find { |f| f.full_name == @options.main_page } then %>
31
+ main_page = @files.find { |f| f.full_name == @options.main_page } %>
32
32
  <meta
33
33
  name="description"
34
34
  content="<%= h "#{@title}: #{excerpt(main_page.comment)}" %>"
@@ -1,4 +1,4 @@
1
- <%- unless klass.extends.empty? then %>
1
+ <%- unless klass.extends.empty? %>
2
2
  <div id="extends-section" class="nav-section">
3
3
  <details class="nav-section-collapsible" open>
4
4
  <summary class="nav-section-header">
@@ -13,11 +13,13 @@
13
13
 
14
14
  <ul class="nav-list">
15
15
  <%- klass.extends.each do |ext| %>
16
- <%- unless String === ext.module then %>
17
- <li><a class="extend" href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a></li>
18
- <%- else %>
19
- <li><span class="extend"><%= ext.name %></span></li>
20
- <%- end %>
16
+ <li>
17
+ <%- unless String === ext.module %>
18
+ <a class="extend" href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a>
19
+ <%- else %>
20
+ <span class="extend"><%= ext.name %></span>
21
+ <%- end %>
22
+ </li>
21
23
  <%- end %>
22
24
  </ul>
23
25
  </details>
@@ -1,4 +1,4 @@
1
- <%- unless klass.includes.empty? then %>
1
+ <%- unless klass.includes.empty? %>
2
2
  <div id="includes-section" class="nav-section">
3
3
  <details class="nav-section-collapsible" open>
4
4
  <summary class="nav-section-header">
@@ -13,11 +13,13 @@
13
13
 
14
14
  <ul class="nav-list">
15
15
  <%- klass.includes.each do |inc| %>
16
- <%- unless String === inc.module then %>
17
- <li><a class="include" href="<%= klass.aref_to inc.module.path %>"><%= inc.module.full_name %></a></li>
18
- <%- else %>
19
- <li><span class="include"><%= inc.name %></span></li>
20
- <%- end %>
16
+ <li>
17
+ <%- unless String === inc.module %>
18
+ <a class="include" href="<%= klass.aref_to inc.module.path %>"><%= inc.module.full_name %></a>
19
+ <%- else %>
20
+ <span class="include"><%= inc.name %></span>
21
+ <%- end %>
22
+ </li>
21
23
  <%- end %>
22
24
  </ul>
23
25
  </details>
@@ -5,7 +5,7 @@
5
5
  <%- installed.each do |name, href, exists, type, _| %>
6
6
  <%- next if type == :extra %>
7
7
  <li class="folder">
8
- <%- if exists then %>
8
+ <%- if exists %>
9
9
  <a href="<%= href %>"><%= h name %></a>
10
10
  <%- else %>
11
11
  <%= h name %>
@@ -4,7 +4,7 @@
4
4
  <%- dir = current.full_name[%r{\A[^/]+(?=/)}] || current.page_name %>
5
5
  <%- end %>
6
6
 
7
- <%- unless simple_files.empty? then %>
7
+ <%- unless simple_files.empty? %>
8
8
  <div id="fileindex-section" class="nav-section">
9
9
  <details class="nav-section-collapsible" <%= 'open' unless @inside_class_file %>>
10
10
  <summary class="nav-section-header">
@@ -1,4 +1,4 @@
1
- <%- unless klass.sections.length == 1 then %>
1
+ <%- unless klass.sections.length == 1 %>
2
2
  <div id="sections-section" class="nav-section">
3
3
  <details class="nav-section-collapsible" open>
4
4
  <summary class="nav-section-header">
@@ -22,7 +22,7 @@
22
22
  <% if namespace[:self] %>
23
23
  <span><%= namespace[:name] %></span>
24
24
  <% else %>
25
- <a href="<%= namespace[:path] %>"><%= namespace[:name] %></a><span>::</span>
25
+ <a href="<%= namespace[:path] %>"><%= namespace[:name] %></a><span class="separator">::</span>
26
26
  <% end %>
27
27
  </li>
28
28
  <% end %>
@@ -39,7 +39,7 @@
39
39
 
40
40
  <%- klass.each_section do |section, constants, attributes| %>
41
41
  <section id="<%= section.aref %>" class="documentation-section anchor-link">
42
- <%- if section.title then %>
42
+ <%- if section.title %>
43
43
  <header class="documentation-section-title">
44
44
  <h2>
45
45
  <a href="#<%= section.aref %>"><%= section.title %></a>
@@ -47,13 +47,13 @@
47
47
  </header>
48
48
  <%- end %>
49
49
 
50
- <%- if section.comment then %>
50
+ <%- if section.comment %>
51
51
  <div>
52
52
  <%= section.description %>
53
53
  </div>
54
54
  <%- end %>
55
55
 
56
- <%- unless constants.empty? then %>
56
+ <%- unless constants.empty? %>
57
57
  <section class="constants-list">
58
58
  <header>
59
59
  <h3 id="constants"><a href="#constants">Constants</a></h3>
@@ -61,9 +61,9 @@
61
61
  <dl>
62
62
  <%- constants.each do |const| %>
63
63
  <dt id="<%= const.name %>"><%= const.name %></dt>
64
- <%- if const.comment then %>
64
+ <%- if const.comment %>
65
65
  <dd>
66
- <%- if const.mixin_from then %>
66
+ <%- if const.mixin_from %>
67
67
  <div class="mixin-from">
68
68
  Included from <a href="<%= klass.aref_to(const.mixin_from.path) %>"><%= const.mixin_from.full_name %></a>
69
69
  </div>
@@ -78,7 +78,7 @@
78
78
  </section>
79
79
  <%- end %>
80
80
 
81
- <%- unless attributes.empty? then %>
81
+ <%- unless attributes.empty? %>
82
82
  <section class="attribute-method-details method-section">
83
83
  <header>
84
84
  <h3 id="attributes"><a href="#attributes">Attributes</a></h3>
@@ -94,12 +94,12 @@
94
94
  </div>
95
95
 
96
96
  <div class="method-description">
97
- <%- if attrib.mixin_from then %>
97
+ <%- if attrib.mixin_from %>
98
98
  <div class="mixin-from">
99
99
  <%= attrib.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(attrib.mixin_from.path) %>"><%= attrib.mixin_from.full_name %></a>
100
100
  </div>
101
101
  <%- end %>
102
- <%- if attrib.comment then %>
102
+ <%- if attrib.comment %>
103
103
  <%= attrib.description.strip %>
104
104
  <%- else %>
105
105
  <p class="missing-docs">(Not documented)</p>
@@ -122,7 +122,7 @@
122
122
  <%- methods.each do |method| %>
123
123
  <div id="<%= method.aref %>" class="method-detail anchor-link <%= method.is_alias_for ? "method-alias" : '' %>">
124
124
  <div class="method-header">
125
- <%- if (call_seq = method.call_seq) then %>
125
+ <%- if (call_seq = method.call_seq) %>
126
126
  <%- call_seq.strip.split("\n").each_with_index do |call_seq, i| %>
127
127
  <div class="method-heading">
128
128
  <a href="#<%= method.aref %>" title="Link to this method">
@@ -134,7 +134,7 @@
134
134
  </a>
135
135
  </div>
136
136
  <%- end %>
137
- <%- elsif method.has_call_seq? then %>
137
+ <%- elsif method.has_call_seq? %>
138
138
  <div class="method-heading">
139
139
  <a href="#<%= method.aref %>" title="Link to this method">
140
140
  <span class="method-name"><%= h method.name %></span>
@@ -161,19 +161,19 @@
161
161
  </div>
162
162
  <%- end %>
163
163
 
164
- <%- unless method.skip_description? then %>
164
+ <%- unless method.skip_description? %>
165
165
  <div class="method-description">
166
- <%- if method.mixin_from then %>
166
+ <%- if method.mixin_from %>
167
167
  <div class="mixin-from">
168
168
  <%= method.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(method.mixin_from.path) %>"><%= method.mixin_from.full_name %></a>
169
169
  </div>
170
170
  <%- end %>
171
- <%- if method.comment then %>
171
+ <%- if method.comment %>
172
172
  <%= method.description.strip %>
173
173
  <%- else %>
174
174
  <p class="missing-docs">(Not documented)</p>
175
175
  <%- end %>
176
- <%- if method.calls_super then %>
176
+ <%- if method.calls_super %>
177
177
  <div class="method-calls-super">
178
178
  Calls superclass method
179
179
  <%=
@@ -185,7 +185,7 @@
185
185
  </div>
186
186
  <%- end %>
187
187
 
188
- <%- unless method.aliases.empty? then %>
188
+ <%- unless method.aliases.empty? %>
189
189
  <div class="aliases">
190
190
  Also aliased as: <%= method.aliases.map do |aka|
191
191
  if aka.parent then # HACK lib/rexml/encodings
@@ -197,7 +197,7 @@
197
197
  </div>
198
198
  <%- end %>
199
199
 
200
- <%- if method.is_alias_for then %>
200
+ <%- if method.is_alias_for %>
201
201
  <div class="aliases">
202
202
  Alias for: <a href="<%= klass.aref_to method.is_alias_for.path %>"><%= h method.is_alias_for.name %></a>
203
203
  </div>
@@ -42,7 +42,7 @@
42
42
 
43
43
  <%- gems = installed.select { |_, _, _, type,| type == :gem } %>
44
44
  <%- missing = gems.reject { |_, _, exists,| exists } %>
45
- <%- unless missing.empty? then %>
45
+ <%- unless missing.empty? %>
46
46
  <h2>Missing Gem Documentation</h2>
47
47
 
48
48
  <p>You are missing documentation for some of your installed gems.
@@ -1,14 +1,16 @@
1
- <%- unless klass.extends.empty? then %>
1
+ <%- unless klass.extends.empty? %>
2
2
  <div id="extends-section" class="nav-section">
3
3
  <h3>Extended With Modules</h3>
4
4
 
5
5
  <ul class="link-list">
6
6
  <%- klass.extends.each do |ext| %>
7
- <%- unless String === ext.module then %>
8
- <li><a class="extend" href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a></li>
9
- <%- else %>
10
- <li><span class="extend"><%= ext.name %></span></li>
11
- <%- end %>
7
+ <li>
8
+ <%- unless String === ext.module %>
9
+ <a class="extend" href="<%= klass.aref_to ext.module.path %>"><%= ext.module.full_name %></a>
10
+ <%- else %>
11
+ <span class="extend"><%= ext.name %></span>
12
+ <%- end %>
13
+ </li>
12
14
  <%- end %>
13
15
  </ul>
14
16
  </div>
@@ -1,14 +1,16 @@
1
- <%- unless klass.includes.empty? then %>
1
+ <%- unless klass.includes.empty? %>
2
2
  <div id="includes-section" class="nav-section">
3
3
  <h3>Included Modules</h3>
4
4
 
5
5
  <ul class="link-list">
6
6
  <%- klass.includes.each do |inc| %>
7
- <%- unless String === inc.module then %>
8
- <li><a class="include" href="<%= klass.aref_to inc.module.path %>"><%= inc.module.full_name %></a></li>
9
- <%- else %>
10
- <li><span class="include"><%= inc.name %></span></li>
11
- <%- end %>
7
+ <li>
8
+ <%- unless String === inc.module %>
9
+ <a class="include" href="<%= klass.aref_to inc.module.path %>"><%= inc.module.full_name %></a>
10
+ <%- else %>
11
+ <span class="include"><%= inc.name %></span>
12
+ <%- end %>
13
+ </li>
12
14
  <%- end %>
13
15
  </ul>
14
16
  </div>
@@ -5,7 +5,7 @@
5
5
  <%- installed.each do |name, href, exists, type, _| %>
6
6
  <%- next if type == :extra %>
7
7
  <li class="folder">
8
- <%- if exists then %>
8
+ <%- if exists %>
9
9
  <a href="<%= href %>"><%= h name %></a>
10
10
  <%- else %>
11
11
  <%= h name %>
@@ -2,7 +2,7 @@
2
2
  <%- if defined?(current) %>
3
3
  <%- dir = current.full_name[%r{\A[^/]+(?=/)}] || current.page_name %>
4
4
  <%- end %>
5
- <%- unless simple_files.empty? then %>
5
+ <%- unless simple_files.empty? %>
6
6
  <div id="fileindex-section" class="nav-section">
7
7
  <h3>Pages</h3>
8
8
 
@@ -1,4 +1,4 @@
1
- <%- unless klass.sections.length == 1 then %>
1
+ <%- unless klass.sections.length == 1 %>
2
2
  <div id="sections-section" class="nav-section">
3
3
  <h3>Sections</h3>
4
4
 
@@ -1,11 +1,11 @@
1
- <%- comment = if current.respond_to? :comment_location then
1
+ <%- comment = if current.respond_to? :comment_location
2
2
  current.comment_location
3
3
  else
4
4
  current.comment
5
5
  end
6
6
  table = current.parse(comment).table_of_contents.dup
7
7
 
8
- if table.length > 1 then %>
8
+ if table.length > 1 %>
9
9
  <div class="nav-section">
10
10
  <h3>Table of Contents</h3>
11
11
 
@@ -17,18 +17,18 @@
17
17
  <%- level = table.first&.level %>
18
18
  <%- while table.first && table.first.level >= level %>
19
19
  <%- heading = table.shift %>
20
+ <li>
20
21
  <%- if table.first.nil? || table.first.level <= heading.level %>
21
- <li><% display_link.call heading %></li>
22
+ <% display_link.call heading %>
22
23
  <%- else %>
23
- <li>
24
24
  <details open>
25
25
  <summary><%- display_link.call heading %></summary>
26
26
  <ul class="link-list" role="directory">
27
27
  <% list_siblings.call %>
28
28
  </ul>
29
29
  </details>
30
- </li>
31
30
  <%- end %>
31
+ </li>
32
32
  <%- end %>
33
33
  <%- end %>
34
34
 
@@ -26,7 +26,7 @@
26
26
  <% if namespace[:self] %>
27
27
  <span><%= namespace[:name] %></span>
28
28
  <% else %>
29
- <a href="<%= namespace[:path] %>"><%= namespace[:name] %></a><span>::</span>
29
+ <a href="<%= namespace[:path] %>"><%= namespace[:name] %></a><span class="separator">::</span>
30
30
  <% end %>
31
31
  </li>
32
32
  <% end %>
@@ -43,7 +43,7 @@
43
43
 
44
44
  <%- klass.each_section do |section, constants, attributes| %>
45
45
  <section id="<%= section.aref %>" class="documentation-section anchor-link">
46
- <%- if section.title then %>
46
+ <%- if section.title %>
47
47
  <header class="documentation-section-title">
48
48
  <h2>
49
49
  <%= section.title %>
@@ -54,13 +54,13 @@
54
54
  </header>
55
55
  <%- end %>
56
56
 
57
- <%- if section.comment then %>
57
+ <%- if section.comment %>
58
58
  <div>
59
59
  <%= section.description %>
60
60
  </div>
61
61
  <%- end %>
62
62
 
63
- <%- unless constants.empty? then %>
63
+ <%- unless constants.empty? %>
64
64
  <section class="constants-list">
65
65
  <header>
66
66
  <h3>Constants</h3>
@@ -68,9 +68,9 @@
68
68
  <dl>
69
69
  <%- constants.each do |const| %>
70
70
  <dt id="<%= const.name %>"><%= const.name %></dt>
71
- <%- if const.comment then %>
71
+ <%- if const.comment %>
72
72
  <dd>
73
- <%- if const.mixin_from then %>
73
+ <%- if const.mixin_from %>
74
74
  <div class="mixin-from">
75
75
  Included from <a href="<%= klass.aref_to(const.mixin_from.path) %>"><%= const.mixin_from.full_name %></a>
76
76
  </div>
@@ -85,7 +85,7 @@
85
85
  </section>
86
86
  <%- end %>
87
87
 
88
- <%- unless attributes.empty? then %>
88
+ <%- unless attributes.empty? %>
89
89
  <section class="attribute-method-details method-section">
90
90
  <header>
91
91
  <h3>Attributes</h3>
@@ -101,12 +101,12 @@
101
101
  </div>
102
102
 
103
103
  <div class="method-description">
104
- <%- if attrib.mixin_from then %>
104
+ <%- if attrib.mixin_from %>
105
105
  <div class="mixin-from">
106
106
  <%= attrib.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(attrib.mixin_from.path) %>"><%= attrib.mixin_from.full_name %></a>
107
107
  </div>
108
108
  <%- end %>
109
- <%- if attrib.comment then %>
109
+ <%- if attrib.comment %>
110
110
  <%= attrib.description.strip %>
111
111
  <%- else %>
112
112
  <p class="missing-docs">(Not documented)</p>
@@ -129,7 +129,7 @@
129
129
  <%- methods.each do |method| %>
130
130
  <div id="<%= method.aref %>" class="method-detail anchor-link <%= method.is_alias_for ? "method-alias" : '' %>">
131
131
  <div class="method-header">
132
- <%- if (call_seq = method.call_seq) then %>
132
+ <%- if (call_seq = method.call_seq) %>
133
133
  <%- call_seq.strip.split("\n").each_with_index do |call_seq, i| %>
134
134
  <div class="method-heading">
135
135
  <a href="#<%= method.aref %>" title="Link to this method">
@@ -141,7 +141,7 @@
141
141
  </a>
142
142
  </div>
143
143
  <%- end %>
144
- <%- elsif method.has_call_seq? then %>
144
+ <%- elsif method.has_call_seq? %>
145
145
  <div class="method-heading">
146
146
  <a href="#<%= method.aref %>" title="Link to this method">
147
147
  <span class="method-name"><%= h method.name %></span>
@@ -168,19 +168,19 @@
168
168
  </div>
169
169
  <%- end %>
170
170
 
171
- <%- unless method.skip_description? then %>
171
+ <%- unless method.skip_description? %>
172
172
  <div class="method-description">
173
- <%- if method.mixin_from then %>
173
+ <%- if method.mixin_from %>
174
174
  <div class="mixin-from">
175
175
  <%= method.singleton ? "Extended" : "Included" %> from <a href="<%= klass.aref_to(method.mixin_from.path) %>"><%= method.mixin_from.full_name %></a>
176
176
  </div>
177
177
  <%- end %>
178
- <%- if method.comment then %>
178
+ <%- if method.comment %>
179
179
  <%= method.description.strip %>
180
180
  <%- else %>
181
181
  <p class="missing-docs">(Not documented)</p>
182
182
  <%- end %>
183
- <%- if method.calls_super then %>
183
+ <%- if method.calls_super %>
184
184
  <div class="method-calls-super">
185
185
  Calls superclass method
186
186
  <%=
@@ -192,7 +192,7 @@
192
192
  </div>
193
193
  <%- end %>
194
194
 
195
- <%- unless method.aliases.empty? then %>
195
+ <%- unless method.aliases.empty? %>
196
196
  <div class="aliases">
197
197
  Also aliased as: <%= method.aliases.map do |aka|
198
198
  if aka.parent then # HACK lib/rexml/encodings
@@ -204,7 +204,7 @@
204
204
  </div>
205
205
  <%- end %>
206
206
 
207
- <%- if method.is_alias_for then %>
207
+ <%- if method.is_alias_for %>
208
208
  <div class="aliases">
209
209
  Alias for: <a href="<%= klass.aref_to method.is_alias_for.path %>"><%= h method.is_alias_for.name %></a>
210
210
  </div>
@@ -14,7 +14,7 @@
14
14
  <h1 class="class"><%= h @title %></h1>
15
15
 
16
16
  <%- simple_files = @files.select { |f| f.text? } %>
17
- <%- unless simple_files.empty? then %>
17
+ <%- unless simple_files.empty? %>
18
18
  <h2 id="pages">Pages</h2>
19
19
  <ul>
20
20
  <%- simple_files.sort.each do |file| %>
@@ -23,7 +23,7 @@
23
23
  <%
24
24
  # HACK table_of_contents should not exist on Document
25
25
  table = file.parse(file.comment).table_of_contents
26
- unless table.empty? then %>
26
+ unless table.empty? %>
27
27
  <ul>
28
28
  <%- table.each do |heading| %>
29
29
  <li><a href="<%= h file.path %>#<%= heading.aref %>"><%= heading.plain_html %></a></li>
@@ -44,7 +44,7 @@
44
44
  table.concat klass.parse(klass.comment_location).table_of_contents
45
45
  table.concat klass.section_contents
46
46
 
47
- unless table.empty? then %>
47
+ unless table.empty? %>
48
48
  <ul>
49
49
  <%- table.each do |item| %>
50
50
  <%- label = item.respond_to?(:label) ? item.label(klass) : item.aref %>
@@ -26,7 +26,7 @@ class RDoc::Markup::Document
26
26
  ##
27
27
  # Creates a new Document with +parts+
28
28
 
29
- def initialize *parts
29
+ def initialize(*parts)
30
30
  @parts = []
31
31
  @parts.concat parts
32
32
 
@@ -148,7 +148,7 @@ class RDoc::Markup::Document
148
148
  ##
149
149
  # Appends +parts+ to the document
150
150
 
151
- def push *parts
151
+ def push(*parts)
152
152
  self.parts.concat parts
153
153
  end
154
154
 
@@ -185,7 +185,7 @@ class RDoc::Markup::Formatter
185
185
  #
186
186
  # alias accept_raw ignore
187
187
 
188
- def ignore *node
188
+ def ignore(*node)
189
189
  end
190
190
 
191
191
  ##
@@ -13,7 +13,7 @@ class RDoc::Markup::IndentedParagraph < RDoc::Markup::Raw
13
13
  # Creates a new IndentedParagraph containing +parts+ indented with +indent+
14
14
  # spaces
15
15
 
16
- def initialize indent, *parts
16
+ def initialize(indent, *parts)
17
17
  @indent = indent
18
18
 
19
19
  super(*parts)
@@ -37,7 +37,7 @@ class RDoc::Markup::List
37
37
  # Creates a new list of +type+ with +items+. Valid list types are:
38
38
  # +:BULLET+, +:LABEL+, +:LALPHA+, +:NOTE+, +:NUMBER+, +:UALPHA+
39
39
 
40
- def initialize type = nil, *items
40
+ def initialize(type = nil, *items)
41
41
  @type = type
42
42
  @items = []
43
43
  @items.concat items
@@ -94,7 +94,7 @@ class RDoc::Markup::List
94
94
  ##
95
95
  # Appends +items+ to the list
96
96
 
97
- def push *items
97
+ def push(*items)
98
98
  @items.concat items
99
99
  end
100
100
 
@@ -24,7 +24,7 @@ class RDoc::Markup::ListItem
24
24
  ##
25
25
  # Creates a new ListItem with an optional +label+ containing +parts+
26
26
 
27
- def initialize label = nil, *parts
27
+ def initialize(label = nil, *parts)
28
28
  @label = label
29
29
  @parts = []
30
30
  @parts.concat parts
@@ -92,7 +92,7 @@ class RDoc::Markup::ListItem
92
92
  ##
93
93
  # Adds +parts+ to the ListItem
94
94
 
95
- def push *parts
95
+ def push(*parts)
96
96
  @parts.concat parts
97
97
  end
98
98
 
@@ -9,7 +9,7 @@ class RDoc::Markup::Verbatim < RDoc::Markup::Raw
9
9
 
10
10
  attr_accessor :format
11
11
 
12
- def initialize *parts # :nodoc:
12
+ def initialize(*parts) # :nodoc:
13
13
  super
14
14
 
15
15
  @format = nil
data/lib/rdoc/parser/c.rb CHANGED
@@ -1014,7 +1014,7 @@ class RDoc::Parser::C < RDoc::Parser
1014
1014
  file_name = File.join @file_dir, source_file
1015
1015
 
1016
1016
  if File.exist? file_name then
1017
- file_content = File.read file_name
1017
+ file_content = RDoc::Encoding.read_file file_name, @options.encoding
1018
1018
  else
1019
1019
  @options.warn "unknown source #{source_file} for #{meth_name} in #{@file_name}"
1020
1020
  end
data/lib/rdoc/ri/paths.rb CHANGED
@@ -30,7 +30,7 @@ module RDoc::RI::Paths
30
30
  # :extra:: ri data directory from the command line. Yielded for each
31
31
  # entry in +extra_dirs+
32
32
 
33
- def self.each system = true, site = true, home = true, gems = :latest, *extra_dirs # :yields: directory, type
33
+ def self.each(system = true, site = true, home = true, gems = :latest, *extra_dirs) # :yields: directory, type
34
34
  return enum_for __method__, system, site, home, gems, *extra_dirs unless
35
35
  block_given?
36
36
 
data/lib/rdoc/servlet.rb CHANGED
@@ -50,7 +50,7 @@ class RDoc::Servlet < WEBrick::HTTPServlet::AbstractServlet
50
50
  # Creates an instance of this servlet that shares cached data between
51
51
  # requests.
52
52
 
53
- def self.get_instance server, *options # :nodoc:
53
+ def self.get_instance(server, *options) # :nodoc:
54
54
  stores = @server_stores[server]
55
55
 
56
56
  new server, stores, @cache, *options
data/lib/rdoc/version.rb CHANGED
@@ -5,6 +5,6 @@ module RDoc
5
5
  ##
6
6
  # RDoc version you are using
7
7
 
8
- VERSION = '7.0.3'
8
+ VERSION = '7.0.4'
9
9
 
10
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.0.3
4
+ version: 7.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Hodel
@@ -13,7 +13,7 @@ authors:
13
13
  - ITOYANAGI Sakura
14
14
  bindir: exe
15
15
  cert_chain: []
16
- date: 2025-12-24 00:00:00.000000000 Z
16
+ date: 2026-05-12 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: psych