зеркало из https://github.com/github/ruby.git
7 строки
128 B
Ruby
7 строки
128 B
Ruby
|
require "webrick"
|
||
|
require "./demo-app"
|
||
|
|
||
|
class DemoServlet < WEBrick::HTTPServlet::AbstractServlet
|
||
|
include DemoApplication
|
||
|
end
|