|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 | 6 | <title>
|
7 | 7 | Module: RSpec::Mocks
|
8 |
| - — Documentation by YARD 0.9.34 |
| 8 | + — Documentation by YARD 0.9.37 |
9 | 9 | </title>
|
10 | 10 | <link rel="stylesheet" href="/documentation/3.13/rspec-mocks/css/style.css" type="text/css" />
|
11 | 11 | <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">
|
196 | 196 | </div>
|
197 | 197 | <div class="tags">
|
198 | 198 | <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> |
202 | 202 | <pre class="example code"><code><span class='id identifier rubyid_x'>x</span> <span class='op'>=</span> <span class='int'>0</span>
|
203 | 203 | <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>
|
204 | 204 | </div>
|
@@ -291,9 +291,9 @@ <h3 class="signature " id="expect_message-class_method">
|
291 | 291 | </div>
|
292 | 292 | <div class="tags">
|
293 | 293 | <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> |
297 | 297 | <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>
|
298 | 298 | <span class='id identifier rubyid_bar'>bar</span><span class='period'>.</span><span class='id identifier rubyid_foo'>foo</span></code></pre>
|
299 | 299 | </div>
|
@@ -489,9 +489,9 @@ <h3 class="signature " id="with_temporary_scope-class_method">
|
489 | 489 | </div>
|
490 | 490 | </div>
|
491 | 491 | <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 |
493 | 493 | <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). |
495 | 495 | </div>
|
496 | 496 | </div>
|
497 | 497 | </body>
|
|
0 commit comments