Skip to content

Commit b11d350

Browse files
authored
Merge pull request #213 from rspec/update-mocks-docs
Generated docs from rspec-mocks
2 parents 3eebb43 + 413ff26 commit b11d350

35 files changed

+535
-429
lines changed

source/documentation/3.13/rspec-mocks/BasicObject.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: BasicObject
8-
&mdash; Documentation by YARD 0.9.34
8+
&mdash; Documentation by YARD 0.9.37
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
@@ -63,9 +63,9 @@ <h2>Overview</h2><div class="docstring">
6363
</div>
6464
</div>
6565
<div id="footer">
66-
Generated on Sun Feb 4 20:34:25 2024 by
66+
Generated on Wed Sep 4 15:23:12 2024 by
6767
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
68-
0.9.34 (ruby-3.2.2).
68+
0.9.37 (ruby-3.2.2).
6969
</div>
7070
</div>
7171
</body>

source/documentation/3.13/rspec-mocks/Class.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: Class
8-
&mdash; Documentation by YARD 0.9.34
8+
&mdash; Documentation by YARD 0.9.37
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
@@ -106,7 +106,7 @@ <h3 class="signature first" id="any_instance-instance_method">
106106
</div>
107107
<div class="tags">
108108
<div class="examples">
109-
<p class="tag_title">Examples:</p>
109+
<h4 class="tag_title">Examples:</h4>
110110
<pre class="example code"><code><span class='const'>Car</span><span class='period'>.</span><span class='id identifier rubyid_any_instance'>any_instance</span><span class='period'>.</span><span class='id identifier rubyid_should_receive'>should_receive</span><span class='lparen'>(</span><span class='symbol'>:go</span><span class='rparen'>)</span>
111111
<span class='id identifier rubyid_race'>race</span> <span class='op'>=</span> <span class='const'>Race</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
112112
<span class='id identifier rubyid_race'>race</span><span class='period'>.</span><span class='id identifier rubyid_cars'>cars</span> <span class='op'>&lt;&lt;</span> <span class='const'>Car</span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span>
@@ -143,9 +143,9 @@ <h3 class="signature first" id="any_instance-instance_method">
143143
</div>
144144
</div>
145145
<div id="footer">
146-
Generated on Sun Feb 4 20:34:25 2024 by
146+
Generated on Wed Sep 4 15:23:12 2024 by
147147
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
148-
0.9.34 (ruby-3.2.2).
148+
0.9.37 (ruby-3.2.2).
149149
</div>
150150
</div>
151151
</body>

source/documentation/3.13/rspec-mocks/RSpec.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Module: RSpec
8-
&mdash; Documentation by YARD 0.9.34
8+
&mdash; Documentation by YARD 0.9.37
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
@@ -62,9 +62,9 @@ <h2>Overview</h2><div class="docstring">
6262
</p>
6363
</div>
6464
<div id="footer">
65-
Generated on Sun Feb 4 20:34:25 2024 by
65+
Generated on Wed Sep 4 15:23:12 2024 by
6666
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
67-
0.9.34 (ruby-3.2.2).
67+
0.9.37 (ruby-3.2.2).
6868
</div>
6969
</div>
7070
</body>

source/documentation/3.13/rspec-mocks/RSpec/Mocks.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Module: RSpec::Mocks
8-
&mdash; Documentation by YARD 0.9.34
8+
&mdash; Documentation by YARD 0.9.37
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
@@ -196,9 +196,9 @@ <h3 class="signature first" id="allow_message-class_method">
196196
</div>
197197
<div class="tags">
198198
<div class="examples">
199-
<p class="tag_title">Examples:</p>
200-
<p class="example_title"><div class='inline'><p>Defines the implementation of <code>foo</code> on <code>bar</code>, using the passed block</p>
201-
</div></p>
199+
<h4 class="tag_title">Examples:</h4>
200+
<h5 class="example_title"><div class='inline'><p>Defines the implementation of <code>foo</code> on <code>bar</code>, using the passed block</p>
201+
</div></h5>
202202
<pre class="example code"><code><span class='id identifier rubyid_x'>x</span> <span class='op'>=</span> <span class='int'>0</span>
203203
<span class='const'><span class='object_link'><a href="../RSpec.html" title="RSpec (module)">RSpec</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="RSpec::Mocks (module)">Mocks</a></span></span><span class='period'>.</span><span class='id identifier rubyid_allow_message'>allow_message</span><span class='lparen'>(</span><span class='id identifier rubyid_bar'>bar</span><span class='comma'>,</span> <span class='symbol'>:foo</span><span class='rparen'>)</span> <span class='lbrace'>{</span> <span class='id identifier rubyid_x'>x</span> <span class='op'>+=</span> <span class='int'>1</span> <span class='rbrace'>}</span></code></pre>
204204
</div>
@@ -291,9 +291,9 @@ <h3 class="signature " id="expect_message-class_method">
291291
</div>
292292
<div class="tags">
293293
<div class="examples">
294-
<p class="tag_title">Examples:</p>
295-
<p class="example_title"><div class='inline'><p>Expect the message <code>foo</code> to receive <code>bar</code>, then call it</p>
296-
</div></p>
294+
<h4 class="tag_title">Examples:</h4>
295+
<h5 class="example_title"><div class='inline'><p>Expect the message <code>foo</code> to receive <code>bar</code>, then call it</p>
296+
</div></h5>
297297
<pre class="example code"><code><span class='const'><span class='object_link'><a href="../RSpec.html" title="RSpec (module)">RSpec</a></span></span><span class='op'>::</span><span class='const'><span class='object_link'><a href="" title="RSpec::Mocks (module)">Mocks</a></span></span><span class='period'>.</span><span class='id identifier rubyid_expect_message'>expect_message</span><span class='lparen'>(</span><span class='id identifier rubyid_bar'>bar</span><span class='comma'>,</span> <span class='symbol'>:foo</span><span class='rparen'>)</span>
298298
<span class='id identifier rubyid_bar'>bar</span><span class='period'>.</span><span class='id identifier rubyid_foo'>foo</span></code></pre>
299299
</div>
@@ -489,9 +489,9 @@ <h3 class="signature " id="with_temporary_scope-class_method">
489489
</div>
490490
</div>
491491
<div id="footer">
492-
Generated on Sun Feb 4 20:34:25 2024 by
492+
Generated on Wed Sep 4 15:23:12 2024 by
493493
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
494-
0.9.34 (ruby-3.2.2).
494+
0.9.37 (ruby-3.2.2).
495495
</div>
496496
</div>
497497
</body>

source/documentation/3.13/rspec-mocks/RSpec/Mocks/ArgumentListMatcher.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>
77
Class: RSpec::Mocks::ArgumentListMatcher
8-
&mdash; Documentation by YARD 0.9.34
8+
&mdash; Documentation by YARD 0.9.37
99
</title>
1010
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
1111
<link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/common.css" type="text/css" />
@@ -232,9 +232,9 @@ <h3 class="signature first" id="args_match?-instance_method">
232232
</div>
233233
</div>
234234
<div id="footer">
235-
Generated on Sun Feb 4 20:34:25 2024 by
235+
Generated on Wed Sep 4 15:23:12 2024 by
236236
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
237-
0.9.34 (ruby-3.2.2).
237+
0.9.37 (ruby-3.2.2).
238238
</div>
239239
</div>
240240
</body>

0 commit comments

Comments
 (0)