From dbcebe1def5c355120c61b575390d1d9ac355f67 Mon Sep 17 00:00:00 2001 From: Jinwei Zhao Date: Sat, 19 Dec 2015 22:24:42 +0900 Subject: clear up --- Code/Blocks/syntax/tests/webrick.rb | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 Code/Blocks/syntax/tests/webrick.rb (limited to 'Code/Blocks/syntax/tests/webrick.rb') diff --git a/Code/Blocks/syntax/tests/webrick.rb b/Code/Blocks/syntax/tests/webrick.rb deleted file mode 100644 index 0b3c93c..0000000 --- a/Code/Blocks/syntax/tests/webrick.rb +++ /dev/null @@ -1,11 +0,0 @@ -require 'webrick' -include WEBrick - -s = HTTPServer.new( - :Port => 2010, - :DocumentRoot => Dir::pwd -) -s.mount('/sh/scripts', WEBrick::HTTPServlet::FileHandler, '../scripts') -s.mount('/sh/styles', WEBrick::HTTPServlet::FileHandler, '../styles') -trap('INT') { s.stop } -s.start -- cgit v1.2.3