Skip to content

Commit

Permalink
[skip ci] Update documentation in preparation for 1.10.0.beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
floehopper committed Nov 26, 2019
1 parent ef70734 commit 2359afc
Show file tree
Hide file tree
Showing 50 changed files with 152 additions and 229 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:48 2019 by
Generated on Tue Nov 26 21:53:01 2019 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/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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:01 2019 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
79 changes: 2 additions & 77 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

Expand Down Expand Up @@ -130,32 +130,6 @@ <h2>
<p>A mock object which will detect calls to any instance of this class.</p>
</div></span>

</li>


<li class="public ">
<span class="summary_signature">

<a href="#method_visibility-instance_method" title="#method_visibility (instance method)">#<strong>method_visibility</strong>(method, include_public_methods = true) &#x21d2; Object </a>



(also: #method_exists?)

</span>









<span class="summary_desc"><div class='inline'>
<p>rubocop:disable Metrics/CyclomaticComplexity.</p>
</div></span>

</li>


Expand Down Expand Up @@ -265,55 +239,6 @@ <h3 class="signature first" id="any_instance-instance_method">
</td>
</tr>
</table>
</div>

<div class="method_details ">
<h3 class="signature " id="method_visibility-instance_method">

#<strong>method_visibility</strong>(method, include_public_methods = true) &#x21d2; <tt><span class='object_link'>Object</span></tt>



<span class="aliases">Also known as:
<span class="names"><span id='method_exists?-instance_method'>method_exists?</span></span>
</span>



</h3><div class="docstring">
<div class="discussion">

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


</div>
</div>
<div class="tags">


</div><table class="source_code">
<tr>
<td>
<pre class="lines">


53
54
55
56
57</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'lib/mocha/class_methods.rb', line 53</span>

<span class='kw'>def</span> <span class='id identifier rubyid_method_visibility'>method_visibility</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='comma'>,</span> <span class='id identifier rubyid_include_public_methods'>include_public_methods</span> <span class='op'>=</span> <span class='kw'>true</span><span class='rparen'>)</span>
<span class='lparen'>(</span><span class='id identifier rubyid_include_public_methods'>include_public_methods</span> <span class='op'>&amp;&amp;</span> <span class='id identifier rubyid_public_method_defined?'>public_method_defined?</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='rparen'>)</span> <span class='op'>&amp;&amp;</span> <span class='symbol'>:public</span><span class='rparen'>)</span> <span class='op'>||</span>
<span class='lparen'>(</span><span class='id identifier rubyid_protected_method_defined?'>protected_method_defined?</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='rparen'>)</span> <span class='op'>&amp;&amp;</span> <span class='symbol'>:protected</span><span class='rparen'>)</span> <span class='op'>||</span>
<span class='lparen'>(</span><span class='id identifier rubyid_private_method_defined?'>private_method_defined?</span><span class='lparen'>(</span><span class='id identifier rubyid_method'>method</span><span class='rparen'>)</span> <span class='op'>&amp;&amp;</span> <span class='symbol'>:private</span><span class='rparen'>)</span>
<span class='kw'>end</span></pre>
</td>
</tr>
</table>
</div>

</div>
Expand All @@ -329,7 +254,7 @@ <h3 class="signature " id="method_visibility-instance_method">
</div>

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:01 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:50 2019 by
Generated on Tue Nov 26 21:53:03 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:50 2019 by
Generated on Tue Nov 26 21:53:02 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:50 2019 by
Generated on Tue Nov 26 21:53:03 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:50 2019 by
Generated on Tue Nov 26 21:53:03 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:01 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:02 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:02 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</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 Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:02 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:02 2019 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.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</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 Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:02 2019 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/Mock.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Mocha::Mock

&mdash; Mocha 1.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:02 2019 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/ObjectMethods.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::ObjectMethods

&mdash; Mocha 1.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:01 2019 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/ParameterMatchers.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Module: Mocha::ParameterMatchers

&mdash; Mocha 1.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:49 2019 by
Generated on Tue Nov 26 21:53:02 2019 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/ParameterMatchers/AllOf.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<title>
Class: Mocha::ParameterMatchers::AllOf

&mdash; Mocha 1.10.0.alpha
&mdash; Mocha 1.10.0.beta.1

</title>

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

<div id="footer">
Generated on Sun Nov 24 15:26:50 2019 by
Generated on Tue Nov 26 21:53:03 2019 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 2359afc

Please sign in to comment.