AlkantarClanX12

Your IP : 3.149.254.25


Current Path : /opt/alt/ruby20/lib64/ruby/gems/2.0.0/gems/rack-1.6.4/test/builder/
Upload File :
Current File : //opt/alt/ruby20/lib64/ruby/gems/2.0.0/gems/rack-1.6.4/test/builder/anything.rb

class Anything
  def self.call(env)
    [200, {'Content-Type' => 'text/plain'}, ['OK']]
  end
end