18 19 20
# File 'lib/dr/server.rb', line 18 def start Rack::Handler::Thin.run(@dir_server, :Port => @port, :Host => @host) end