Sha256: 085ae77ecc51ce4b0e5c33403c4829d4bd80da86175ce3ef6f91c08d05d8bb44
Contents?: true
Size: 1.24 KB
Versions: 3
Compression:
Stored size: 1.24 KB
Contents
<?xml version="1.0" encoding="iso-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title>get_first (TextTagIterator)</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" /> </head> <body class="standalone-code"> <pre><span class="ruby-comment cmt"># File lib/facet/tagiter.rb, line 272</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_first</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">arg</span>) <span class="ruby-identifier">r</span>=<span class="ruby-keyword kw">nil</span>; <span class="ruby-identifier">first</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">arg</span>) <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">bl</span><span class="ruby-operator">|</span> <span class="ruby-identifier">r</span>=<span class="ruby-identifier">bl</span> <span class="ruby-keyword kw">end</span>; <span class="ruby-identifier">r</span>; <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems