Class: Rubrowser::Server
- Inherits:
-
WEBrick::HTTPServer
- Object
- WEBrick::HTTPServer
- Rubrowser::Server
- Includes:
- ERB::Util
- Defined in:
- lib/rubrowser/server.rb
Class Method Summary collapse
-
.start(options = {}) ⇒ Object
Accepted options are: port: port number for the server files: list of file paths to parse.
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( = {}) new().start end |