Sha256: d6b9a107ac467690308d0c3f64199d48c3aa07d1fb7e5410ddbc0d6ef86fefc0

Contents?: true

Size: 1 KB

Versions: 11

Compression:

Stored size: 1 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>sectors_in_track (D64)</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/image_formats/D64.rb, line 39</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">sectors_in_track</span>(<span class="ruby-identifier">track_no</span>)
 (<span class="ruby-value">0</span><span class="ruby-operator">..</span><span class="ruby-ivar">@@sectors_in_track</span>[<span class="ruby-identifier">track_no</span>]<span class="ruby-operator">-</span><span class="ruby-value">1</span>).<span class="ruby-identifier">collect</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

11 entries across 10 versions & 1 rubygems

Version Path
ripxplore-0.0.2 doc/classes/D64.src/M000039.html
ripxplore-0.0.1 doc/classes/D64.src/M000039.html
ripxplore-0.4.0 doc/classes/D64.src/M000030.html
ripxplore-0.5.1 doc/classes/D64.src/M000030.html
ripxplore-0.5.0 doc/classes/D64.src/M000030.html
ripxplore-0.7.0 doc/classes/D64.src/M000030.html
ripxplore-0.5.2 doc/classes/D64.src/M000030.html
ripxplore-0.7.1 doc/classes/D64.src/M000033.html
ripxplore-0.7.2 doc/classes/D64.src/M000033.html
ripxplore-0.8.0 doc/classes/D64.src/M000033.html
ripxplore-0.8.0 doc/classes/D64.src/M000003.html