docs/Yk/ESet.html in YkESet-0.99.6 vs docs/Yk/ESet.html in YkESet-0.99.7

- old
+ new

@@ -136,11 +136,11 @@ <ul class="summary"> <li class="public "> <span class="summary_signature"> - <a href="#find-class_method" title="find (class method)">.<strong>find</strong>(first, last, obj = nil) &#x21d2; Object </a> + <a href="#find-class_method" title="find (class method)">.<strong>find</strong>(first, last, obj = nil) {|obj| ... } &#x21d2; ESet::Iterator </a> </span> @@ -150,11 +150,13 @@ - <span class="summary_desc"><div class='inline'></div></span> + <span class="summary_desc"><div class='inline'> +<p>Searches the container for an element with an object equivalent to the third argument and/or validated with the provided block in a range of elements ([first,last)), &#39;obj&#39; and returns an iterator to it if found, otherwise it returns an iterator to .</p> +</div></span> </li> <li class="public "> @@ -285,10 +287,34 @@ <li class="public "> <span class="summary_signature"> + <a href="#find-instance_method" title="#find (instance method)">#<strong>find</strong>(arg) &#x21d2; ESet::Iterator </a> + + + + </span> + + + + + + + + + + <span class="summary_desc"><div class='inline'> +<p>Searches the container for an element with an object equivalent to the argument.</p> +</div></span> + +</li> + + + <li class="public "> + <span class="summary_signature"> + <a href="#initialize-instance_method" title="#initialize (instance method)">#<strong>initialize</strong> {|obj| ... } &#x21d2; ESet </a> </span> @@ -495,92 +521,19 @@ <div class="method_details first"> <h3 class="signature first" id="find-class_method"> - - <span class="overload">.<strong>find</strong>(v) &#x21d2; <tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt> </span> - - <span class="overload">.<strong>find</strong>(first, last, obj = nil) {|obj| ... } &#x21d2; <tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt> </span> - + .<strong>find</strong>(first, last, obj = nil) {|obj| ... } &#x21d2; <tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt> </h3><div class="docstring"> <div class="discussion"> - - </div> -</div> -<div class="tags"> - - <p class="tag_title">Overloads:</p> - <ul class="overload"> - - - <li class="overload_item"> - <span class="signature">.<strong>find</strong>(v) &#x21d2; <tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt> </span> - <div class="docstring"> - <div class="discussion"> - -<p>Searches the container for an element with an object equivalent to the argument.</p> - - - </div> -</div> -<div class="tags"> - <p class="tag_title">Parameters:</p> -<ul class="param"> - - <li> - - <span class='name'>v</span> - - - <span class='type'></span> - - - - &mdash; - <div class='inline'> -<p>object</p> -</div> - - </li> - -</ul> - -<p class="tag_title">Returns:</p> -<ul class="return"> - - <li> - - - <span class='type'>(<tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt>)</span> - - - - &mdash; - <div class='inline'> -<p>iterator pointing the element with equivalent object.</p> -</div> - - </li> - -</ul> - -</div> - </li> - - - <li class="overload_item"> - <span class="signature">.<strong>find</strong>(first, last, obj = nil) {|obj| ... } &#x21d2; <tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt> </span> - <div class="docstring"> - <div class="discussion"> - <p>Searches the container for an element with an object equivalent to the third argument and/or validated with the provided block in a range of elements ([first,last)), &#39;obj&#39; and returns an iterator to it if found, otherwise it returns an iterator to .</p> </div> </div> @@ -623,19 +576,19 @@ <li> <span class='name'>obj</span> - <span class='type'></span> + <span class='type'>(<tt>Object</tt>)</span> <em class="default">(defaults to: <tt>nil</tt>)</em> &mdash; <div class='inline'> -<p>Object to search equivalency.</p> +<p>to search equivalency.</p> </div> </li> </ul> @@ -755,16 +708,10 @@ </li> </ul> -</div> - </li> - - </ul> - - </div><table class="source_code"> <tr> <td> <pre class="lines"> @@ -1262,10 +1209,87 @@ </tr> </table> </div> <div class="method_details "> + <h3 class="signature " id="find-instance_method"> + + #<strong>find</strong>(arg) &#x21d2; <tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt> + + + + + +</h3><div class="docstring"> + <div class="discussion"> + +<p>Searches the container for an element with an object equivalent to the argument.</p> + + + </div> +</div> +<div class="tags"> + <p class="tag_title">Parameters:</p> +<ul class="param"> + + <li> + + <span class='name'>arg</span> + + + <span class='type'>(<tt>Object</tt>)</span> + + + + &mdash; + <div class='inline'> +<p>to search equivalency.</p> +</div> + + </li> + +</ul> + +<p class="tag_title">Returns:</p> +<ul class="return"> + + <li> + + + <span class='type'>(<tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt>)</span> + + + + &mdash; + <div class='inline'> +<p>iterator pointing the element with equivalent object.</p> +</div> + + </li> + +</ul> + +</div><table class="source_code"> + <tr> + <td> + <pre class="lines"> + + +56 +57</pre> + </td> + <td> + <pre class="code"><span class="info file"># File 'for_yard_product.rb', line 56</span> + +<span class='kw'>def</span> <span class='id identifier rubyid_find'>find</span> <span class='id identifier rubyid_arg'>arg</span> +<span class='kw'>end</span></pre> + </td> + </tr> +</table> +</div> + + <div class="method_details "> <h3 class="signature " id="insert-instance_method"> <span class="overload">#<strong>insert</strong>(position, obj) &#x21d2; <tt><span class='object_link'><a href="ESet/Iterator.html" title="Yk::ESet::Iterator (class)">ESet::Iterator</a></span></tt> </span> @@ -1609,10 +1633,10 @@ </div> </div> <div id="footer"> - Generated on Fri Feb 21 22:30:56 2020 by + Generated on Fri Feb 21 22:53:05 2020 by <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a> 0.9.24 (ruby-2.7.0). </div> </div> \ No newline at end of file