Server IP : 68.65.120.251 / Your IP : 3.149.246.99 [ Web Server : LiteSpeed System : Linux server105.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64 User : travtpib ( 6521) PHP Version : 7.4.33 Disable Function : NONE Domains : 1 Domains 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