Sha256: e76fcf0f523c6fcb29168f21a75b8243ec050f9f22d3955198aa527a6b826846

Contents?: true

Size: 1.68 KB

Versions: 9

Compression:

Stored size: 1.68 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>get_file_system_image (FileCache)</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/FileCache.rb, line 76</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_file_system_image</span>(<span class="ruby-identifier">url</span>)
    <span class="ruby-identifier">file</span>=<span class="ruby-identifier">get_url</span>(<span class="ruby-identifier">url</span>)    
    <span class="ruby-identifier">image</span>=<span class="ruby-constant">RipXplore</span>.<span class="ruby-identifier">best_fit_from_file</span>(<span class="ruby-identifier">file</span>)
    <span class="ruby-ivar">@@file_system_image_urls</span><span class="ruby-operator">&lt;&lt;</span><span class="ruby-identifier">url</span> <span class="ruby-keyword kw">if</span> (<span class="ruby-operator">!</span><span class="ruby-ivar">@@file_system_image_urls</span>.<span class="ruby-identifier">nil?</span> <span class="ruby-operator">&amp;&amp;</span> <span class="ruby-operator">!</span><span class="ruby-ivar">@@file_system_image_urls</span>.<span class="ruby-identifier">include?</span>(<span class="ruby-identifier">url</span>))    
    <span class="ruby-keyword kw">return</span> <span class="ruby-identifier">image</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

9 entries across 8 versions & 1 rubygems

Version Path
ripxplore-0.4.0 doc/classes/FileCache.src/M000017.html
ripxplore-0.5.1 doc/classes/FileCache.src/M000017.html
ripxplore-0.5.0 doc/classes/FileCache.src/M000017.html
ripxplore-0.7.0 doc/classes/FileCache.src/M000017.html
ripxplore-0.5.2 doc/classes/FileCache.src/M000017.html
ripxplore-0.7.0 doc/classes/FileCache.src/M000047.html
ripxplore-0.7.1 doc/classes/FileCache.src/M000262.html
ripxplore-0.7.2 doc/classes/FileCache.src/M000262.html
ripxplore-0.8.0 doc/classes/FileCache.src/M000262.html