AlkantarClanX12

Your IP : 3.145.109.144


Current Path : /opt/alt/ruby24/lib64/ruby/gems/2.4.0/gems/rack-1.6.4/test/builder/
Upload File :
Current File : //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