Skip to content

Commit dc09a0c

Browse files
committed
Regenerate doc with recent yard to avoid visual issue in "Inherits"
Fix: #148
1 parent 8dbf481 commit dc09a0c

File tree

238 files changed

+19284
-14534
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+19284
-14534
lines changed

source/documentation/3.8/rspec-core/RSpec.html

+33-44
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>
67
Module: RSpec
7-
&mdash; Documentation by YARD 0.9.16
8+
&mdash; Documentation by YARD 0.9.25
89
</title>
9-
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/style.css" type="text/css" charset="utf-8" />
10-
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/common.css" type="text/css" charset="utf-8" />
11-
<script type="text/javascript" charset="utf-8">
10+
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/style.css" type="text/css" />
11+
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/common.css" type="text/css" />
12+
<script type="text/javascript">
1213
pathId = "RSpec";
1314
relpath = '';
1415
</script>
@@ -50,9 +51,7 @@
5051
</div>
5152
<h2>Overview</h2><div class="docstring">
5253
<div class="discussion">
53-
<p>This is borrowed (slightly modified) from Scott Taylor&#39;s
54-
project_path project:
55-
<a href="http://github.com/smtlaissezfaire/project_path">http://github.com/smtlaissezfaire/project_path</a></p>
54+
<p>This is borrowed (slightly modified) from Scott Taylor&#39;s project_path project: <a href="http://github.com/smtlaissezfaire/project_path">github.com/smtlaissezfaire/project_path</a></p>
5655
</div>
5756
</div>
5857
<div class="tags">
@@ -66,7 +65,8 @@ <h2>Class Attribute Summary <small><a href="#" class="summary_toggle">collapse</
6665
<span class="summary_signature">
6766
<a href="#configuration-class_method" title="configuration (class method)">.<strong>configuration</strong> &#x21d2; void </a>
6867
</span>
69-
<span class="summary_desc"><div class='inline'><p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a> object.</p>
68+
<span class="summary_desc"><div class='inline'>
69+
<p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a> object.</p>
7070
</div></span>
7171
</li>
7272
<li class="public ">
@@ -75,7 +75,8 @@ <h2>Class Attribute Summary <small><a href="#" class="summary_toggle">collapse</
7575
</span>
7676
<span class="note title writeonly">writeonly</span>
7777
<span class="private note title">private</span>
78-
<span class="summary_desc"><div class='inline'><p>Setters for shared global objects.</p>
78+
<span class="summary_desc"><div class='inline'>
79+
<p>Setters for shared global objects.</p>
7980
</div></span>
8081
</li>
8182
</ul>
@@ -88,36 +89,41 @@ <h2>
8889
<span class="summary_signature">
8990
<a href="#clear_examples-class_method" title="clear_examples (class method)">.<strong>clear_examples</strong> &#x21d2; void </a>
9091
</span>
91-
<span class="summary_desc"><div class='inline'><p>Used to ensure examples get reloaded between multiple runs in the same process and ensures user configuration is persisted.</p>
92+
<span class="summary_desc"><div class='inline'>
93+
<p>Used to ensure examples get reloaded between multiple runs in the same process and ensures user configuration is persisted.</p>
9294
</div></span>
9395
</li>
9496
<li class="public ">
9597
<span class="summary_signature">
9698
<a href="#configure-class_method" title="configure (class method)">.<strong>configure</strong> {|Configuration| ... } &#x21d2; void </a>
9799
</span>
98-
<span class="summary_desc"><div class='inline'><p>Yields the global configuration to a block.</p>
100+
<span class="summary_desc"><div class='inline'>
101+
<p>Yields the global configuration to a block.</p>
99102
</div></span>
100103
</li>
101104
<li class="public ">
102105
<span class="summary_signature">
103106
<a href="#current_example-class_method" title="current_example (class method)">.<strong>current_example</strong> &#x21d2; void </a>
104107
</span>
105-
<span class="summary_desc"><div class='inline'><p>The example being executed.</p>
108+
<span class="summary_desc"><div class='inline'>
109+
<p>The example being executed.</p>
106110
</div></span>
107111
</li>
108112
<li class="public ">
109113
<span class="summary_signature">
110114
<a href="#current_example=-class_method" title="current_example= (class method)">.<strong>current_example=</strong>(example) &#x21d2; void </a>
111115
</span>
112116
<span class="private note title">private</span>
113-
<span class="summary_desc"><div class='inline'><p>Set the current example being executed.</p>
117+
<span class="summary_desc"><div class='inline'>
118+
<p>Set the current example being executed.</p>
114119
</div></span>
115120
</li>
116121
<li class="public ">
117122
<span class="summary_signature">
118123
<a href="#reset-class_method" title="reset (class method)">.<strong>reset</strong> &#x21d2; void </a>
119124
</span>
120-
<span class="summary_desc"><div class='inline'><p>Used to ensure examples get reloaded and user configuration gets reset to defaults between multiple runs in the same process.</p>
125+
<span class="summary_desc"><div class='inline'>
126+
<p>Used to ensure examples get reloaded and user configuration gets reset to defaults between multiple runs in the same process.</p>
121127
</div></span>
122128
</li>
123129
</ul>
@@ -129,9 +135,7 @@ <h3 class="signature first" id="configuration-class_method">
129135
.<strong>configuration</strong> &#x21d2; <tt>void</tt>
130136
</h3><div class="docstring">
131137
<div class="discussion">
132-
<p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a> object. While
133-
you <em>can</em> use this method to access the configuration, the more common
134-
convention is to use <a href="RSpec#configure-class_method">RSpec.configure</a>.</p>
138+
<p>Returns the global <a href="RSpec/Core/Configuration">Configuration</a> object. While you <em>can</em> use this method to access the configuration, the more common convention is to use <a href="RSpec#configure-class_method">RSpec.configure</a>.</p>
135139
</div>
136140
</div>
137141
<div class="tags">
@@ -200,11 +204,8 @@ <h3 class="signature first" id="clear_examples-class_method">
200204
.<strong>clear_examples</strong> &#x21d2; <tt>void</tt>
201205
</h3><div class="docstring">
202206
<div class="discussion">
203-
<p>Used to ensure examples get reloaded between multiple runs in the same
204-
process and ensures user configuration is persisted.</p>
205-
<p>Users must invoke this if they want to clear all examples but preserve
206-
current configuration when they use the runner multiple times within the
207-
same process.</p>
207+
<p>Used to ensure examples get reloaded between multiple runs in the same process and ensures user configuration is persisted.</p>
208+
<p>Users must invoke this if they want to clear all examples but preserve current configuration when they use the runner multiple times within the same process.</p>
208209
</div>
209210
</div>
210211
<div class="tags">
@@ -236,7 +237,7 @@ <h3 class="signature " id="configure-class_method">
236237
.<strong>configure</strong> {|Configuration| ... } &#x21d2; <tt>void</tt>
237238
</h3><div class="docstring">
238239
<div class="discussion">
239-
<p>Yields the global configuration to a block.</p>
240+
<p>Yields the global configuration to a block.</p>
240241
</div>
241242
</div>
242243
<div class="tags">
@@ -251,7 +252,8 @@ <h3 class="signature " id="configure-class_method">
251252
<li>
252253
<span class='type'>(<tt>Configuration</tt>)</span>
253254
&mdash;
254-
<div class='inline'><p>global configuration</p>
255+
<div class='inline'>
256+
<p>global configuration</p>
255257
</div>
256258
</li>
257259
</ul>
@@ -281,10 +283,8 @@ <h3 class="signature " id="current_example-class_method">
281283
.<strong>current_example</strong> &#x21d2; <tt>void</tt>
282284
</h3><div class="docstring">
283285
<div class="discussion">
284-
<p>The example being executed.</p>
285-
<p>The primary audience for this method is library authors who need access
286-
to the example currently being executed and also want to support all
287-
versions of RSpec 2 and 3.</p>
286+
<p>The example being executed.</p>
287+
<p>The primary audience for this method is library authors who need access to the example currently being executed and also want to support all versions of RSpec 2 and 3.</p>
288288
</div>
289289
</div>
290290
<div class="tags">
@@ -354,11 +354,8 @@ <h3 class="signature " id="reset-class_method">
354354
.<strong>reset</strong> &#x21d2; <tt>void</tt>
355355
</h3><div class="docstring">
356356
<div class="discussion">
357-
<p>Used to ensure examples get reloaded and user configuration gets reset to
358-
defaults between multiple runs in the same process.</p>
359-
<p>Users must invoke this if they want to have the configuration reset when
360-
they use the runner multiple times within the same process. Users must deal
361-
themselves with re-configuration of RSpec before run.</p>
357+
<p>Used to ensure examples get reloaded and user configuration gets reset to defaults between multiple runs in the same process.</p>
358+
<p>Users must invoke this if they want to have the configuration reset when they use the runner multiple times within the same process. Users must deal themselves with re-configuration of RSpec before run.</p>
362359
</div>
363360
</div>
364361
<div class="tags">
@@ -386,18 +383,10 @@ <h3 class="signature " id="reset-class_method">
386383
</div>
387384
</div>
388385
<div id="footer">
389-
Generated on Fri Sep 14 00:01:54 2018 by
386+
Generated on Tue Jul 28 15:12:39 2020 by
390387
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
391-
0.9.16 (ruby-2.5.1).
388+
0.9.25 (ruby-2.7.1).
392389
</div>
393-
<script>
394-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
395-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
396-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
397-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
398-
ga('create', 'UA-59095215-1', 'auto');
399-
ga('send', 'pageview');
400-
</script>
401390
</div>
402391
</body>
403392
</html>

source/documentation/3.8/rspec-core/RSpec/Core.html

+10-17
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
56
<title>
67
Module: RSpec::Core
7-
&mdash; Documentation by YARD 0.9.16
8+
&mdash; Documentation by YARD 0.9.25
89
</title>
9-
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/style.css" type="text/css" charset="utf-8" />
10-
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/common.css" type="text/css" charset="utf-8" />
11-
<script type="text/javascript" charset="utf-8">
10+
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/style.css" type="text/css" />
11+
<link rel="stylesheet" href="/documentation/3.8/rspec-core/css/common.css" type="text/css" />
12+
<script type="text/javascript">
1213
pathId = "RSpec::Core";
1314
relpath = '../';
1415
</script>
@@ -52,7 +53,7 @@
5253
</div>
5354
<h2>Overview</h2><div class="docstring">
5455
<div class="discussion">
55-
<p>Namespace for the rspec-core code.</p>
56+
<p>Namespace for the rspec-core code.</p>
5657
</div>
5758
</div>
5859
<div class="tags">
@@ -69,7 +70,7 @@ <h2>
6970
<dt id="DeprecationError-constant" class="">DeprecationError =
7071
<div class="docstring">
7172
<div class="discussion">
72-
<p>Deprecation Error.</p>
73+
<p>Deprecation Error.</p>
7374
</div>
7475
</div>
7576
<div class="tags">
@@ -79,18 +80,10 @@ <h2>
7980
</dl>
8081
</div>
8182
<div id="footer">
82-
Generated on Fri Sep 14 00:01:54 2018 by
83+
Generated on Tue Jul 28 15:12:39 2020 by
8384
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
84-
0.9.16 (ruby-2.5.1).
85+
0.9.25 (ruby-2.7.1).
8586
</div>
86-
<script>
87-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
88-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
89-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
90-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
91-
ga('create', 'UA-59095215-1', 'auto');
92-
ga('send', 'pageview');
93-
</script>
9487
</div>
9588
</body>
9689
</html>

0 commit comments

Comments
 (0)