Sha256: 2c4e924139718e51294db63d78c47ab0828efa38002cd0241aecc832e727ce0f

Contents?: true

Size: 1.04 KB

Versions: 3

Compression:

Stored size: 1.04 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>new_h (HArray)</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/harray.rb, line 54</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-constant">HArray</span>.<span class="ruby-identifier">new_h</span>(<span class="ruby-identifier">hsh</span>)
    <span class="ruby-identifier">nha</span>=<span class="ruby-constant">HArray</span>.<span class="ruby-identifier">new</span>
    <span class="ruby-identifier">nha</span>.<span class="ruby-identifier">replace</span>(<span class="ruby-identifier">hsh</span>)
    <span class="ruby-comment cmt">#nha.reindex!</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
facets-0.7.0 doc/main-rdoc/classes/HArray.src/M000237.html
facets-0.7.1 doc/main-rdoc/classes/HArray.src/M000237.html
facets-0.7.2 doc/main-rdoc/classes/HArray.src/M000251.html