Sha256: 0a380188ba3868ab8ca00094e0f412732ee9e60da6d656f7d27a57fb512edb1f

Contents?: true

Size: 1.37 KB

Versions: 8

Compression:

Stored size: 1.37 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 (DOSFile)</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/DOSFile.rb, line 6</span>
        <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">filename</span>,<span class="ruby-identifier">locked</span>,<span class="ruby-identifier">sector_count</span>,<span class="ruby-identifier">contents</span>)
                <span class="ruby-ivar">@filename</span>=<span class="ruby-identifier">filename</span>
                <span class="ruby-ivar">@locked</span>=<span class="ruby-identifier">locked</span>
                <span class="ruby-ivar">@sector_count</span>=<span class="ruby-identifier">sector_count</span>
                <span class="ruby-ivar">@file_type</span>=<span class="ruby-value str">&quot;?&quot;</span>
                <span class="ruby-ivar">@contents</span>=<span class="ruby-identifier">contents</span>
        <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
dsktool-0.1.1 doc/classes/DOSFile.src/M000016.html
dsktool-0.1.2 doc/classes/DOSFile.src/M000016.html
dsktool-0.1.3 doc/classes/DOSFile.src/M000016.html
dsktool-0.1.4 doc/classes/DOSFile.src/M000016.html
dsktool-0.1.5 doc/classes/DOSFile.src/M000016.html
dsktool-0.1.6 doc/classes/DOSFile.src/M000016.html
dsktool-0.2.1 doc/classes/DOSFile.src/M000016.html
dsktool-0.5.1 doc/classes/DOSFile.src/M000016.html