Sha256: 57ee537e1b88edea8bc1aee5b9877fe7821027f3ce3c5cf4f483fd055e74847b
Contents?: true
Size: 826 Bytes
Versions: 2
Compression:
Stored size: 826 Bytes
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>local_name (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 22</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">local_name</span>(<span class="ruby-identifier">url</span>) <span class="ruby-node">"#{cache_dir}/#{Digest::MD5.hexdigest(url)}.cached"</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.0.1 | doc/classes/FileCache.src/M000135.html |
ripxplore-0.0.2 | doc/classes/FileCache.src/M000135.html |