Class: Volna
- Inherits:
-
WEBrick::HTTPServer
- Object
- WEBrick::HTTPServer
- Volna
- Defined in:
- lib/volna.rb
Instance Method Summary collapse
-
#initialize(root) ⇒ Volna
constructor
A new instance of Volna.
Constructor Details
#initialize(root) ⇒ Volna
4 5 6 |
# File 'lib/volna.rb', line 4 def initialize(root) super :Port => 1995, :DocumentRoot => root end |