class Odex::Base::App
Public Class Methods
go!(port = 1453)
click to toggle source
# File lib/odex/app.rb, line 244 def go!(port = 1453) Rack::Handler.pick(['thin','webrick']).run new, :Port => port end
# File lib/odex/app.rb, line 244 def go!(port = 1453) Rack::Handler.pick(['thin','webrick']).run new, :Port => port end