Class: Volna

Inherits:
WEBrick::HTTPServer
  • Object
show all
Defined in:
lib/volna.rb

Instance Method Summary collapse

Constructor Details

#initialize(root) ⇒ Volna

Returns a new instance of Volna.



4
5
6
# File 'lib/volna.rb', line 4

def initialize(root)
  super :Port => 1995, :DocumentRoot => root
end