Sha256: dc806e8f4729c2f1a49e86ec8f6670ededcac28a9f04fb7f8c7376c19de2f039
Contents?: true
Size: 1.33 KB
Versions: 2
Compression:
Stored size: 1.33 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>contents (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 33</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">contents</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@contents</span>.<span class="ruby-identifier">kind_of?</span>(<span class="ruby-constant">Array</span>) <span class="ruby-keyword kw">then</span> <span class="ruby-ivar">@contents</span>[<span class="ruby-value">1</span>,<span class="ruby-ivar">@contents</span>.<span class="ruby-identifier">length</span>].<span class="ruby-identifier">join</span>(<span class="ruby-value str">""</span>) <span class="ruby-keyword kw">else</span> <span class="ruby-ivar">@contents</span> <span class="ruby-keyword kw">end</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/M000144.html |
ripxplore-0.12.0 | doc/classes/C64GeosFile.src/M000144.html |