Class: Rubrowser::Server

Inherits:
WEBrick::HTTPServer
  • Object
show all
Includes:
ERB::Util
Defined in:
lib/rubrowser/server.rb

Class Method Summary collapse

Class Method Details

.start(options = {}) ⇒ Object

Accepted options are: port: port number for the server files: list of file paths to parse



11
12
13
# File 'lib/rubrowser/server.rb', line 11

def self.start(options = {})
  new(options).start
end