Sha256: 7cf73ad8f9948f044675046b9f0384bcd10ec943fae2be5178ee9d33e8fe768c
Contents?: true
Size: 1.31 KB
Versions: 10
Compression:
Stored size: 1.31 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>meta_data (C64GeoPaintPic)</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/C64GeoPaintPic.rb, line 109</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">meta_data</span> <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">super</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-comment cmt"># @meta_data["geos_font_lengths"]=(lengths.collect{|x| '$%04x' % x}).join(",") </span> <span class="ruby-keyword kw">super</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
10 entries across 9 versions & 1 rubygems