Sha256: 4be2b0ee49877d29eb79d891212f9d66b303642917c7e95b7af72a6a22811a55
Contents?: true
Size: 1.37 KB
Versions: 2
Compression:
Stored size: 1.37 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>header_filename (C64GeosFile)</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/c64/C64GeosFile.rb, line 24</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">header_filename</span> <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-ivar">@contents</span>.<span class="ruby-identifier">kind_of?</span>(<span class="ruby-constant">Array</span>) <span class="ruby-operator">&&</span> <span class="ruby-operator">!</span><span class="ruby-identifier">info_block</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-identifier">info_block</span>[<span class="ruby-value">0x4d</span>,<span class="ruby-value">16</span>].<span class="ruby-identifier">unpack</span>(<span class="ruby-value str">"A*"</span>)[<span class="ruby-value">0</span>] <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ripxplore-0.13.0 | doc/classes/C64GeosFile.src/M000142.html |
ripxplore-0.12.0 | doc/classes/C64GeosFile.src/M000142.html |