Sha256: 32bb4dbcc49fbec90c4b775047c09a5bbc6c1bc6f9a78e0a7255e50b155539ea
Contents?: true
Size: 1.17 KB
Versions: 22
Compression:
Stored size: 1.17 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>data_without_header (CocoMachineLanguage)</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/native_file_types/coco/CocoMachineLanguage.rb, line 16</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">data_without_header</span> <span class="ruby-identifier">actual_file_length</span>=(<span class="ruby-identifier">contents</span>[<span class="ruby-value">1</span>]<span class="ruby-operator"><<</span><span class="ruby-value">8</span>)<span class="ruby-operator">+</span><span class="ruby-identifier">contents</span>[<span class="ruby-value">2</span>] <span class="ruby-ivar">@contents</span>[<span class="ruby-value">5</span>,<span class="ruby-identifier">actual_file_length</span>] <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
22 entries across 9 versions & 1 rubygems