| 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/ri/Rack/Reloader/ |
Upload File : |
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: High performant source reloader - !ruby/struct:SM::Flow::P body: This class acts as Rack middleware. - !ruby/struct:SM::Flow::P body: What makes it especially suited for use in a production environment is that any file will only be checked once and there will only be made one system call stat(2). - !ruby/struct:SM::Flow::P body: Please note that this will not reload files in the background, it does so only when actively called. - !ruby/struct:SM::Flow::P body: It is performing a check/reload cycle at the start of every request, but also respects a cool down time, during which nothing will be done. constants: [] full_name: Rack::Reloader includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: call - !ruby/object:RI::MethodSummary name: reload! - !ruby/object:RI::MethodSummary name: safe_load name: Reloader superclass: Object