Sha256: 78863bdfcdc78162c1da5a8fc1bb2af128d0efe89bc46761aea113a848cae2ea

Contents?: true

Size: 1.29 KB

Versions: 4

Compression:

Stored size: 1.29 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 (RFuzz::RandomGenerator)</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/rfuzz/random.rb, line 16</span>
16:     <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">dict</span>=<span class="ruby-keyword kw">nil</span>, <span class="ruby-identifier">type</span>=<span class="ruby-identifier">:words</span>)
17:       <span class="ruby-comment cmt"># NOT meant to be secure so chill</span>
18:       <span class="ruby-ivar">@rnd</span> = <span class="ruby-constant">FuzzRnd</span>.<span class="ruby-identifier">new</span>(<span class="ruby-node">&quot;#{self.inspect}&quot;</span>)
19:       <span class="ruby-ivar">@dict</span> = <span class="ruby-identifier">dict</span>
20:       <span class="ruby-ivar">@type</span> = <span class="ruby-identifier">type</span>
21:     <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rfuzz-0.6 doc/rdoc/classes/RFuzz/RandomGenerator.src/M000032.html
rfuzz-0.7 doc/rdoc/classes/RFuzz/RandomGenerator.src/M000032.html
rfuzz-0.9 doc/rdoc/classes/RFuzz/RandomGenerator.src/M000047.html
rfuzz-0.8 doc/rdoc/classes/RFuzz/RandomGenerator.src/M000046.html