| Direktori : /proc/self/root/opt/alt/ruby24/lib64/ruby/gems/2.4.0/gems/rack-1.6.4/test/builder/ |
| Current File : //proc/self/root/opt/alt/ruby24/lib64/ruby/gems/2.4.0/gems/rack-1.6.4/test/builder/anything.rb |
class Anything
def self.call(env)
[200, {'Content-Type' => 'text/plain'}, ['OK']]
end
end