Class: Generic::Boot
Class Method Summary collapse
Methods inherited from Base
after, before, #call, delete, get, group, helpers, import, #initialize, post, put, register, set_guard
Methods included from Genericer::General
Constructor Details
This class inherits a constructor from Generic::Base
Class Method Details
.go!(server_port = 1453) ⇒ Object
5 6 7 |
# File 'lib/generic/boot.rb', line 5 def go!(server_port = 1453) Rack::Handler.pick(['webrick']).run new, :Port => server_port end |