Files
time_ext/lib/time/ext.html

67 lines
1.8 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>ext.rb</title>
<link rel="stylesheet" href="http://github.com/jashkenas/docco/raw/0.3.0/resources/docco.css">
</head>
<body>
<div id='container'>
<div id="background"></div>
<div id="jump_to">
Jump To &hellip;
<div id="jump_wrapper">
<div id="jump_page">
<a class="source" href="ext.html">ext.rb</a>
<a class="source" href="../time_ext.html">time_ext.rb</a>
<a class="source" href="../time_ext/calculations.html">calculations.rb</a>
<a class="source" href="../time_ext/core_ext/numeric.html">numeric.rb</a>
<a class="source" href="../time_ext/core_ext/time.html">time.rb</a>
<a class="source" href="../time_ext/iterations.html">iterations.rb</a>
<a class="source" href="../time_ext/version.html">version.rb</a>
</div>
</div>
</div>
<table cellspacing=0 cellpadding=0>
<thead>
<tr>
<th class=docs><h1>ext.rb</h1></th>
<th class=code></th>
</tr>
</thead>
<tbody>
<tr id='section-1'>
<td class=docs>
<div class="pilwrap">
<a class="pilcrow" href="#section-1">&#182;</a>
</div>
</td>
<td class=code>
<div class='highlight'><pre></pre></div>
</td>
</tr>
<tr id='section-2'>
<td class=docs>
<div class="pilwrap">
<a class="pilcrow" href="#section-2">&#182;</a>
</div>
<p>Enable use by:</p>
<pre><code>require 'time/ext'
</code></pre>
<p>In addition to the default:</p>
<pre><code>require 'time_ext'
</code></pre>
</td>
<td class=code>
<div class='highlight'><pre><span class="nb">require</span> <span class="s1">&#39;time_ext&#39;</span></pre></div>
</td>
</tr>
</table>
</div>
</body>