Sha256: 8812ef4a7e7ed6795847cae804b4e36b0f969831d213868c31ea6bf0df1e4069

Contents?: true

Size: 1.5 KB

Versions: 2

Compression:

Stored size: 1.5 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 (DSK)</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/DSK.rb, line 33</span>
        <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">file_bytes</span>=<span class="ruby-value str">&quot;\0&quot;</span><span class="ruby-operator">*</span><span class="ruby-constant">DSK_FILE_LENGTH</span>)        
                <span class="ruby-keyword kw">if</span> (<span class="ruby-identifier">file_bytes</span>.<span class="ruby-identifier">length!</span>=<span class="ruby-constant">DSK_FILE_LENGTH</span>) <span class="ruby-keyword kw">then</span>
                        <span class="ruby-identifier">raise</span> <span class="ruby-node">&quot;DSK files must be #{DSK_FILE_LENGTH} bytes long (was #{file_bytes.length} bytes)&quot;</span>
                <span class="ruby-keyword kw">end</span>
                <span class="ruby-ivar">@file_bytes</span>=<span class="ruby-identifier">file_bytes</span>
                <span class="ruby-ivar">@files</span>={}
        <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
dsktool-0.2.1 doc/classes/DSK.src/M000044.html
dsktool-0.2.1 doc/classes/DSK.src/M000048.html