PATH:
opt
/
alt
/
ruby18
/
lib64
/
ruby
/
gems
/
1.8
/
doc
/
rack-1.6.1
/
ri
/
Rack
/
Reloader
--- !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
[-] reload%21-i.yaml
[edit]
[-] cdesc-Reloader.yaml
[edit]
[+]
Stat
[-] call-i.yaml
[edit]
[+]
..
[-] new-c.yaml
[edit]
[-] safe_load-i.yaml
[edit]