AlkantarClanX12

Your IP : 18.118.140.78


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

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