html/classes/Eymiha/MethodicHash.html in eymiha_util-1.0.0 vs html/classes/Eymiha/MethodicHash.html in eymiha_util-1.0.1

- old
+ new

@@ -79,11 +79,11 @@ <div id="contextContent"> <div id="description"> <p> The <a href="MethodicHash.html">MethodicHash</a> is some <a -href="MethodicHash.html#M000015">method_missing</a> magic that uses method +href="MethodicHash.html#M000028">method_missing</a> magic that uses method names as hash keys, so hash assignment and lookup appear to be attribute writing and reading. For instance, if </p> <pre> mh = MethodicHash.new @@ -123,13 +123,13 @@ <div id="method-list"> <h3 class="section-bar">Methods</h3> <div class="name-list"> - <a href="#M000013">[]</a>&nbsp;&nbsp; - <a href="#M000014">delete</a>&nbsp;&nbsp; - <a href="#M000015">method_missing</a>&nbsp;&nbsp; + <a href="#M000026">[]</a>&nbsp;&nbsp; + <a href="#M000027">delete</a>&nbsp;&nbsp; + <a href="#M000028">method_missing</a>&nbsp;&nbsp; </div> </div> </div> @@ -147,16 +147,16 @@ <!-- if method_list --> <div id="methods"> <h3 class="section-bar">Public Instance methods</h3> - <div id="method-M000013" class="method-detail"> - <a name="M000013"></a> + <div id="method-M000026" class="method-detail"> + <a name="M000026"></a> <div class="method-heading"> - <a href="MethodicHash.src/M000013.html" target="Code" class="method-signature" - onclick="popupCode('MethodicHash.src/M000013.html');return false;"> + <a href="MethodicHash.src/M000026.html" target="Code" class="method-signature" + onclick="popupCode('MethodicHash.src/M000026.html');return false;"> <span class="method-name">[]</span><span class="method-args">(key)</span> </a> </div> <div class="method-description"> @@ -166,36 +166,36 @@ with a nil. </p> </div> </div> - <div id="method-M000014" class="method-detail"> - <a name="M000014"></a> + <div id="method-M000027" class="method-detail"> + <a name="M000027"></a> <div class="method-heading"> - <a href="MethodicHash.src/M000014.html" target="Code" class="method-signature" - onclick="popupCode('MethodicHash.src/M000014.html');return false;"> + <a href="MethodicHash.src/M000027.html" target="Code" class="method-signature" + onclick="popupCode('MethodicHash.src/M000027.html');return false;"> <span class="method-name">delete</span><span class="method-args">(key,&amp;block)</span> </a> </div> <div class="method-description"> <p> Deletes and returns the key-value pairs from hash whose keys are equal to key.to_s or key.to_sym. If both key.to_s and key.to_sym are in the hash, then both values are returned in an Array, respectively. If neither key is -found, the <a href="MethodicHash.html#M000014">delete</a> is deferred to +found, the <a href="MethodicHash.html#M000027">delete</a> is deferred to the Hash. </p> </div> </div> - <div id="method-M000015" class="method-detail"> - <a name="M000015"></a> + <div id="method-M000028" class="method-detail"> + <a name="M000028"></a> <div class="method-heading"> - <a href="MethodicHash.src/M000015.html" target="Code" class="method-signature" - onclick="popupCode('MethodicHash.src/M000015.html');return false;"> + <a href="MethodicHash.src/M000028.html" target="Code" class="method-signature" + onclick="popupCode('MethodicHash.src/M000028.html');return false;"> <span class="method-name">method_missing</span><span class="method-args">(method,*args)</span> </a> </div> <div class="method-description"> \ No newline at end of file