html/classes/ForwardReference.html in eymiha_util-0.1.3 vs html/classes/ForwardReference.html in eymiha_util-0.1.4
- old
+ new
@@ -91,12 +91,12 @@
<div id="method-list">
<h3 class="section-bar">Methods</h3>
<div class="name-list">
- <a href="#M000023">new</a>
- <a href="#M000024">to_s</a>
+ <a href="#M000024">new</a>
+ <a href="#M000025">to_s</a>
</div>
</div>
</div>
@@ -113,10 +113,19 @@
<h3 class="section-bar">Attributes</h3>
<div class="name-list">
<table>
<tr class="top-aligned-row context-row">
+ <td class="context-item-name">context</td>
+ <td class="context-item-value"> [RW] </td>
+ <td class="context-item-desc">
+Holds an arbitrary object that holds context that can be re-established to
+help resolve the forward reference.
+
+</td>
+ </tr>
+ <tr class="top-aligned-row context-row">
<td class="context-item-name">continuation</td>
<td class="context-item-value"> [R] </td>
<td class="context-item-desc">
Holds the place to jump back to for attempting to resolve a forward
reference.
@@ -140,35 +149,35 @@
<!-- if method_list -->
<div id="methods">
<h3 class="section-bar">Public Class methods</h3>
- <div id="method-M000023" class="method-detail">
- <a name="M000023"></a>
+ <div id="method-M000024" class="method-detail">
+ <a name="M000024"></a>
<div class="method-heading">
- <a href="ForwardReference.src/M000023.html" target="Code" class="method-signature"
- onclick="popupCode('ForwardReference.src/M000023.html');return false;">
- <span class="method-name">new</span><span class="method-args">(dependency)</span>
+ <a href="ForwardReference.src/M000024.html" target="Code" class="method-signature"
+ onclick="popupCode('ForwardReference.src/M000024.html');return false;">
+ <span class="method-name">new</span><span class="method-args">(dependency=nil,context=nil)</span>
</a>
</div>
<div class="method-description">
<p>
-Returns a <a href="ForwardReference.html#M000023">new</a> instance with a
-valid continuation and the given dependency.
+Returns a <a href="ForwardReference.html#M000024">new</a> instance with a
+valid continuation, the given dependency and contextual information.
</p>
</div>
</div>
<h3 class="section-bar">Public Instance methods</h3>
- <div id="method-M000024" class="method-detail">
- <a name="M000024"></a>
+ <div id="method-M000025" class="method-detail">
+ <a name="M000025"></a>
<div class="method-heading">
- <a href="ForwardReference.src/M000024.html" target="Code" class="method-signature"
- onclick="popupCode('ForwardReference.src/M000024.html');return false;">
+ <a href="ForwardReference.src/M000025.html" target="Code" class="method-signature"
+ onclick="popupCode('ForwardReference.src/M000025.html');return false;">
<span class="method-name">to_s</span><span class="method-args">()</span>
</a>
</div>
<div class="method-description">
\ No newline at end of file