| Server IP : 170.10.162.208 / Your IP : 216.73.216.38 Web Server : LiteSpeed System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 User : deltahospital ( 1806) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /opt/alt/ruby18/lib64/ruby/gems/1.8/doc/rack-1.6.1/rdoc/classes/Rack/Reloader/Stat.src/ |
Upload File : |
<?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>rotation (Rack::Reloader::Stat)</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/rack/reloader.rb, line 66</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">rotation</span>
<span class="ruby-identifier">files</span> = [<span class="ruby-identifier">$0</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">$LOADED_FEATURES</span>].<span class="ruby-identifier">uniq</span>
<span class="ruby-identifier">paths</span> = [<span class="ruby-value str">'./'</span>, <span class="ruby-operator">*</span><span class="ruby-identifier">$LOAD_PATH</span>].<span class="ruby-identifier">uniq</span>
<span class="ruby-identifier">files</span>.<span class="ruby-identifier">map</span>{<span class="ruby-operator">|</span><span class="ruby-identifier">file</span><span class="ruby-operator">|</span>
<span class="ruby-keyword kw">next</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">file</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/\.(so|bundle)$/</span> <span class="ruby-comment cmt"># cannot reload compiled files</span>
<span class="ruby-identifier">found</span>, <span class="ruby-identifier">stat</span> = <span class="ruby-identifier">figure_path</span>(<span class="ruby-identifier">file</span>, <span class="ruby-identifier">paths</span>)
<span class="ruby-keyword kw">next</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">found</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">stat</span> <span class="ruby-operator">&&</span> <span class="ruby-identifier">mtime</span> = <span class="ruby-identifier">stat</span>.<span class="ruby-identifier">mtime</span>
<span class="ruby-ivar">@cache</span>[<span class="ruby-identifier">file</span>] = <span class="ruby-identifier">found</span>
<span class="ruby-keyword kw">yield</span>(<span class="ruby-identifier">found</span>, <span class="ruby-identifier">mtime</span>)
}.<span class="ruby-identifier">compact</span>
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>