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