comparison net/http/server/version.rb @ 0:1eef88068f9f tip

initial commit of maze game source
author ferencd
date Sun, 15 Sep 2019 11:46:47 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1eef88068f9f
1 require 'net/protocol'
2
3 module Net
4 class HTTP < Protocol
5 module Server
6 # net-http-server version.
7 VERSION = '0.2.2'
8 end
9 end
10 end