Skip to content

Commit

Permalink
[skip ci] Update documentation for v1.11.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Jan 4, 2020
1 parent 0f90426 commit 3fc8e30
Show file tree
Hide file tree
Showing 49 changed files with 155 additions and 178 deletions.
4 changes: 2 additions & 2 deletions docs/Mocha.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -244,7 +244,7 @@ <h3 class="signature first" id="configure-class_method">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:46 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
34 changes: 16 additions & 18 deletions docs/Mocha/API.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::API

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -317,8 +317,6 @@ <h3 class="signature first" id="mock-instance_method">

<p>Builds a new mock object</p>

<p>rubocop:disable Metrics/CyclomaticComplexity,Metrics/PerceivedComplexity</p>


</div>
</div>
Expand Down Expand Up @@ -533,8 +531,8 @@ <h3 class="signature first" id="mock-instance_method">
<td>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 69</span>

<span class='kw'>def</span> <span class='id identifier rubyid_mock'>mock</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_arguments'>arguments</span><span class='rparen'>)</span>
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="../Mocha.html" title="Mocha (module)">Mocha</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_reinstate_undocumented_behaviour_from_v1_9?'>reinstate_undocumented_behaviour_from_v1_9?</span>
<span class='kw'>def</span> <span class='id identifier rubyid_mock'>mock</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_arguments'>arguments</span><span class='rparen'>)</span> <span class='comment'># rubocop:disable Metrics/CyclomaticComplexity,Metrics/PerceivedComplexity
</span> <span class='kw'>if</span> <span class='const'><span class='object_link'><a href="../Mocha.html" title="Mocha (module)">Mocha</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_reinstate_undocumented_behaviour_from_v1_9?'>reinstate_undocumented_behaviour_from_v1_9?</span>
<span class='kw'>if</span> <span class='id identifier rubyid_arguments'>arguments</span><span class='period'>.</span><span class='id identifier rubyid_first'>first</span><span class='period'>.</span><span class='id identifier rubyid_is_a?'>is_a?</span><span class='lparen'>(</span><span class='const'>Symbol</span><span class='rparen'>)</span>
<span class='id identifier rubyid_method_name'>method_name</span> <span class='op'>=</span> <span class='id identifier rubyid_arguments'>arguments</span><span class='lbracket'>[</span><span class='int'>0</span><span class='rbracket'>]</span>
<span class='const'>Deprecation</span><span class='period'>.</span><span class='id identifier rubyid_warning'>warning</span><span class='lparen'>(</span>
Expand Down Expand Up @@ -634,12 +632,12 @@ <h3 class="signature " id="sequence-instance_method">
<pre class="lines">


207
208
209
210</pre>
209</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 208</span>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 207</span>

<span class='kw'>def</span> <span class='id identifier rubyid_sequence'>sequence</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
<span class='const'><span class='object_link'><a href="Sequence.html" title="Mocha::Sequence (class)">Sequence</a></span></span><span class='period'>.</span><span class='id identifier rubyid_new'>new</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -733,12 +731,12 @@ <h3 class="signature " id="states-instance_method">
<pre class="lines">


237
238
239
240</pre>
239</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 238</span>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 237</span>

<span class='kw'>def</span> <span class='id identifier rubyid_states'>states</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
<span class='const'>Mockery</span><span class='period'>.</span><span class='id identifier rubyid_instance'>instance</span><span class='period'>.</span><span class='id identifier rubyid_new_state_machine'>new_state_machine</span><span class='lparen'>(</span><span class='id identifier rubyid_name'>name</span><span class='rparen'>)</span>
Expand Down Expand Up @@ -937,6 +935,7 @@ <h3 class="signature " id="stub-instance_method">
<pre class="lines">


115
116
117
118
Expand All @@ -960,11 +959,10 @@ <h3 class="signature " id="stub-instance_method">
136
137
138
139
140</pre>
139</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 116</span>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 115</span>

<span class='kw'>def</span> <span class='id identifier rubyid_stub'>stub</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_arguments'>arguments</span><span class='rparen'>)</span>
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="../Mocha.html" title="Mocha (module)">Mocha</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_reinstate_undocumented_behaviour_from_v1_9?'>reinstate_undocumented_behaviour_from_v1_9?</span>
Expand Down Expand Up @@ -1203,6 +1201,7 @@ <h3 class="signature " id="stub_everything-instance_method">
<pre class="lines">


163
164
165
166
Expand All @@ -1227,11 +1226,10 @@ <h3 class="signature " id="stub_everything-instance_method">
185
186
187
188
189</pre>
188</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 164</span>
<pre class="code"><span class="info file"># File 'lib/mocha/api.rb', line 163</span>

<span class='kw'>def</span> <span class='id identifier rubyid_stub_everything'>stub_everything</span><span class='lparen'>(</span><span class='op'>*</span><span class='id identifier rubyid_arguments'>arguments</span><span class='rparen'>)</span>
<span class='kw'>if</span> <span class='const'><span class='object_link'><a href="../Mocha.html" title="Mocha (module)">Mocha</a></span></span><span class='period'>.</span><span class='id identifier rubyid_configuration'>configuration</span><span class='period'>.</span><span class='id identifier rubyid_reinstate_undocumented_behaviour_from_v1_9?'>reinstate_undocumented_behaviour_from_v1_9?</span>
Expand Down Expand Up @@ -1277,7 +1275,7 @@ <h3 class="signature " id="stub_everything-instance_method">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/ClassMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::ClassMethods

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -254,7 +254,7 @@ <h3 class="signature first" id="any_instance-instance_method">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Mocha::Configuration

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -1515,7 +1515,7 @@ <h3 class="signature " id="stubbing_non_public_method=-instance_method">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:37 2019 by
Generated on Sat Jan 4 17:36:48 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Expectation.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Mocha::Expectation

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -2852,7 +2852,7 @@ <h3 class="signature " id="yields-instance_method">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:36 2019 by
Generated on Sat Jan 4 17:36:48 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/ExpectationError.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Exception: Mocha::ExpectationError

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -142,7 +142,7 @@ <h2>Overview</h2><div class="docstring">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:37 2019 by
Generated on Sat Jan 4 17:36:48 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/ExpectationErrorFactory.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Mocha::ExpectationErrorFactory

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -250,7 +250,7 @@ <h3 class="signature first" id="exception_class-class_method">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:37 2019 by
Generated on Sat Jan 4 17:36:48 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Hooks.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::Hooks

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -360,7 +360,7 @@ <h3 class="signature " id="mocha_verify-instance_method">
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Integration.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::Integration

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -115,7 +115,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Integration/MiniTest.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::Integration::MiniTest

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -113,7 +113,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Integration/MiniTest/Adapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::Integration::MiniTest::Adapter

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -154,7 +154,7 @@ <h3 class="inherited">Methods included from <span class='object_link'><a href=".
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Integration/TestUnit.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::Integration::TestUnit

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -113,7 +113,7 @@ <h2>Defined Under Namespace</h2>
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/Mocha/Integration/TestUnit/Adapter.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::Integration::TestUnit::Adapter

&mdash; Mocha 1.11.1
&mdash; Mocha 1.11.2

</title>

Expand Down Expand Up @@ -154,7 +154,7 @@ <h3 class="inherited">Methods included from <span class='object_link'><a href=".
</div>

<div id="footer">
Generated on Tue Dec 17 12:49:35 2019 by
Generated on Sat Jan 4 17:36:47 2020 by
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
0.9.20 (ruby-2.6.5).
</div>
Expand Down
Loading

0 comments on commit 3fc8e30

Please sign in to comment.