Sha256: 9b111bda03c1f2de417ec430aeec0516fe46d228a786fb087269728fbe38afcd
Contents?: true
Size: 1.35 KB
Versions: 9
Compression:
Stored size: 1.35 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>track_count (Ti99Dsk)</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/Ti99Dsk.rb, line 34</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">track_count</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@track_count</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-keyword kw">then</span> <span class="ruby-identifier">sector_0</span>=<span class="ruby-identifier">get_sector</span>(<span class="ruby-value">0</span>,<span class="ruby-value">0</span>) <span class="ruby-ivar">@track_count</span>=<span class="ruby-identifier">sector_0</span>[<span class="ruby-value">0x11</span>]<span class="ruby-operator">*</span><span class="ruby-identifier">sector_0</span>[<span class="ruby-value">0x12</span>] <span class="ruby-keyword kw">end</span> <span class="ruby-ivar">@track_count</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems