Sha256: 9c2ca3e9cb6f6b24526cc188aa3b839d23aec4f279a24cc95dd4b13685d5b8ba
Contents?: true
Size: 934 Bytes
Versions: 30
Compression:
Stored size: 934 Bytes
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>sector_count (Atr)</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/Atr.rb, line 42</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">sector_count</span> (<span class="ruby-ivar">@file_bytes</span>.<span class="ruby-identifier">length</span><span class="ruby-operator">-</span><span class="ruby-constant">ATR_HEADER_LENGTH</span>)<span class="ruby-operator">/</span>(<span class="ruby-ivar">@sector_size</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
30 entries across 9 versions & 1 rubygems