mirror of
https://github.com/jimeh/time_ext.git
synced 2026-02-19 13:26:39 +00:00
rebuild pages from 83655b4
This commit is contained in:
66
lib/time/ext.html
Normal file
66
lib/time/ext.html
Normal file
@@ -0,0 +1,66 @@
|
||||
<!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 …
|
||||
<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">¶</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">¶</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">'time_ext'</span></pre></div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
Reference in New Issue
Block a user