Skip to content

Commit

Permalink
Merge 8aab147 into ed5d048
Browse files Browse the repository at this point in the history
  • Loading branch information
marian13 committed Apr 15, 2020
2 parents ed5d048 + 8aab147 commit 2cb3274
Show file tree
Hide file tree
Showing 11 changed files with 237 additions and 26 deletions.
135 changes: 121 additions & 14 deletions docs/classes/BasicTemperature/Temperature.html

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/classes/BasicTemperature/Temperature/Errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ <h1>
<a href="Errors/InvalidDegrees.html">BasicTemperature::Temperature::Errors::InvalidDegrees</a>
</li>

<li>
<span class="type">CLASS</span>
<a href="Errors/InvalidNumeric.html">BasicTemperature::Temperature::Errors::InvalidNumeric</a>
</li>

<li>
<span class="type">CLASS</span>
<a href="Errors/InvalidNumericOrTemperature.html">BasicTemperature::Temperature::Errors::InvalidNumericOrTemperature</a>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>BasicTemperature::Temperature::Errors::InvalidNumeric</title>
<meta charset="UTF-8" />
<link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
<link rel="stylesheet" href="../../../../css/github.css" type="text/css" media="screen" />
<script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
<script src="../../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>


<meta property="og:title" value="BasicTemperature::Temperature::Errors::InvalidNumeric">



<meta name="description" content="Raised when other is not a Numeric in math operations.">
<meta property="og:description" content="Raised when other is not a Numeric in math operations.">


<meta name="keywords" content="BasicTemperature::Temperature::Errors::InvalidNumeric class">

</head>

<body>
<div class="banner">

<h1>
<span class="type">Class</span>
BasicTemperature::Temperature::Errors::InvalidNumeric

<span class="parent">&lt;

StandardError

</span>

</h1>
<ul class="files">

<li><a href="../../../../files/lib/basic_temperature/temperature/errors_rb.html">lib/basic_temperature/temperature/errors.rb</a></li>

</ul>
</div>
<div id="bodyContent">
<div id="content">

<div class="description">

<p>Raised when <code>other</code> is not a Numeric in math operations.</p>

</div>































<!-- Methods -->




</div>

</div>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@



<meta name="description" content="Raised when other is not a Numeric or Temperature in math operations.">
<meta property="og:description" content="Raised when other is not a Numeric or Temperature in math operations.">
<meta name="description" content="Raised when other is neither Numeric nor Temperature in math operations.">
<meta property="og:description" content="Raised when other is neither Numeric nor Temperature in math operations.">


<meta name="keywords" content="BasicTemperature::Temperature::Errors::InvalidNumericOrTemperature class">
Expand Down Expand Up @@ -48,7 +48,7 @@ <h1>

<div class="description">

<p>Raised when <code>other</code> is not a Numeric or <a href="../../Temperature.html"><code>Temperature</code></a> in math operations.</p>
<p>Raised when <code>other</code> is neither Numeric nor <a href="../../Temperature.html"><code>Temperature</code></a> in math operations.</p>

</div>

Expand Down
8 changes: 4 additions & 4 deletions docs/created.rid
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Thu, 26 Mar 2020 15:31:01 -0000
Wed, 15 Apr 2020 18:28:28 -0000
lib/basic_temperature.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature.rb Thu, 26 Mar 2020 17:30:58 +0200
lib/basic_temperature/temperature.rb Wed, 15 Apr 2020 21:23:59 +0300
lib/basic_temperature/version.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/alias.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/errors.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/errors.rb Wed, 15 Apr 2020 20:22:25 +0300
lib/basic_temperature/temperature/initialization.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/casting.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/additional_helpers.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/rounding.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/memoization.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/assertions.rb Thu, 26 Mar 2020 17:27:15 +0200
lib/basic_temperature/temperature/assertions.rb Wed, 15 Apr 2020 20:22:25 +0300
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>
lib/basic_temperature/temperature/assertions.rb

</li>
<li>Last modified: 2020-03-26 17:27:15 +0200</li>
<li>Last modified: 2020-04-15 20:22:25 +0300</li>
</ul>
</div>

Expand Down
7 changes: 6 additions & 1 deletion docs/files/lib/basic_temperature/temperature/errors_rb.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>
lib/basic_temperature/temperature/errors.rb

</li>
<li>Last modified: 2020-03-26 17:27:15 +0200</li>
<li>Last modified: 2020-04-15 20:22:25 +0300</li>
</ul>
</div>

Expand Down Expand Up @@ -70,6 +70,11 @@ <h1>
<a href="../../../../classes/BasicTemperature/Temperature/Errors/InvalidDegrees.html">BasicTemperature::Temperature::Errors::InvalidDegrees</a>
</li>

<li>
<span class="type">CLASS</span>
<a href="../../../../classes/BasicTemperature/Temperature/Errors/InvalidNumeric.html">BasicTemperature::Temperature::Errors::InvalidNumeric</a>
</li>

<li>
<span class="type">CLASS</span>
<a href="../../../../classes/BasicTemperature/Temperature/Errors/InvalidNumericOrTemperature.html">BasicTemperature::Temperature::Errors::InvalidNumericOrTemperature</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/files/lib/basic_temperature/temperature_rb.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>
lib/basic_temperature/temperature.rb

</li>
<li>Last modified: 2020-03-26 17:30:58 +0200</li>
<li>Last modified: 2020-04-15 21:23:59 +0300</li>
</ul>
</div>

Expand Down
Loading

0 comments on commit 2cb3274

Please sign in to comment.