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