5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
require 'rack/lobster'
|
||
|
|
||
|
use Rack::ShowExceptions
|
||
|
run Rack::Lobster.new
|