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:
10
index.html
10
index.html
@@ -48,7 +48,7 @@
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-2">¶</a>
|
||||
</div>
|
||||
<p><a href="time_ext/calculations.html">Calculation</a> methods such as <code>#floor</code>, <code>#ceil</code>, <code>#round</code>,
|
||||
<p><a href="/time_etc/lib/time_ext/calculations.html">Calculation</a> methods such as <code>#floor</code>, <code>#ceil</code>, <code>#round</code>,
|
||||
<code>#prev_week</code> and many more, adding on top of the defaults present in
|
||||
ActiveSupport.</p>
|
||||
</td>
|
||||
@@ -61,7 +61,7 @@ ActiveSupport.</p>
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-3">¶</a>
|
||||
</div>
|
||||
<p><a href="time_ext/iterations.html">Iteration</a> methods allowing the use of <code>#each</code>, <code>#map_each</code> and more on
|
||||
<p><a href="/time_etc/lib/time_ext/iterations.html">Iteration</a> methods allowing the use of <code>#each</code>, <code>#map_each</code> and more on
|
||||
Time objects similar to how you loop over an Array of items.</p>
|
||||
</td>
|
||||
<td class=code>
|
||||
@@ -73,8 +73,8 @@ Time objects similar to how you loop over an Array of items.</p>
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-4">¶</a>
|
||||
</div>
|
||||
<p>Core extention of <a href="time_ext/core_ext/time.html">Time</a> class to load in <a href="time_ext/calculations.html">Calculation</a> and
|
||||
<a href="time_ext/iterations.html">Iteration</a> modules.</p>
|
||||
<p>Core extention of <a href="/time_etc/lib/time_ext/core_ext/time.html">Time</a> class to load in <a href="/time_etc/lib/time_ext/calculations.html">Calculation</a> and
|
||||
<a href="/time_etc/lib/time_ext/iterations.html">Iteration</a> modules.</p>
|
||||
</td>
|
||||
<td class=code>
|
||||
<div class='highlight'><pre><span class="nb">require</span> <span class="s1">'time_ext/core_ext/time'</span></pre></div>
|
||||
@@ -85,7 +85,7 @@ Time objects similar to how you loop over an Array of items.</p>
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-5">¶</a>
|
||||
</div>
|
||||
<p>Core extention of <a href="time_ext/core_ext/numeric.html">Numeric</a> class to set a couple of required aliases.</p>
|
||||
<p>Core extention of <a href="/time_etc/lib/time_ext/core_ext/numeric.html">Numeric</a> class to set a couple of required aliases.</p>
|
||||
|
||||
</td>
|
||||
<td class=code>
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-2">¶</a>
|
||||
</div>
|
||||
<p><a href="time_ext/calculations.html">Calculation</a> methods such as <code>#floor</code>, <code>#ceil</code>, <code>#round</code>,
|
||||
<p><a href="/time_etc/lib/time_ext/calculations.html">Calculation</a> methods such as <code>#floor</code>, <code>#ceil</code>, <code>#round</code>,
|
||||
<code>#prev_week</code> and many more, adding on top of the defaults present in
|
||||
ActiveSupport.</p>
|
||||
</td>
|
||||
@@ -61,7 +61,7 @@ ActiveSupport.</p>
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-3">¶</a>
|
||||
</div>
|
||||
<p><a href="time_ext/iterations.html">Iteration</a> methods allowing the use of <code>#each</code>, <code>#map_each</code> and more on
|
||||
<p><a href="/time_etc/lib/time_ext/iterations.html">Iteration</a> methods allowing the use of <code>#each</code>, <code>#map_each</code> and more on
|
||||
Time objects similar to how you loop over an Array of items.</p>
|
||||
</td>
|
||||
<td class=code>
|
||||
@@ -73,8 +73,8 @@ Time objects similar to how you loop over an Array of items.</p>
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-4">¶</a>
|
||||
</div>
|
||||
<p>Core extention of <a href="time_ext/core_ext/time.html">Time</a> class to load in <a href="time_ext/calculations.html">Calculation</a> and
|
||||
<a href="time_ext/iterations.html">Iteration</a> modules.</p>
|
||||
<p>Core extention of <a href="/time_etc/lib/time_ext/core_ext/time.html">Time</a> class to load in <a href="/time_etc/lib/time_ext/calculations.html">Calculation</a> and
|
||||
<a href="/time_etc/lib/time_ext/iterations.html">Iteration</a> modules.</p>
|
||||
</td>
|
||||
<td class=code>
|
||||
<div class='highlight'><pre><span class="nb">require</span> <span class="s1">'time_ext/core_ext/time'</span></pre></div>
|
||||
@@ -85,7 +85,7 @@ Time objects similar to how you loop over an Array of items.</p>
|
||||
<div class="pilwrap">
|
||||
<a class="pilcrow" href="#section-5">¶</a>
|
||||
</div>
|
||||
<p>Core extention of <a href="time_ext/core_ext/numeric.html">Numeric</a> class to set a couple of required aliases.</p>
|
||||
<p>Core extention of <a href="/time_etc/lib/time_ext/core_ext/numeric.html">Numeric</a> class to set a couple of required aliases.</p>
|
||||
|
||||
</td>
|
||||
<td class=code>
|
||||
|
||||
Reference in New Issue
Block a user