7 lines
103 B
Plaintext
7 lines
103 B
Plaintext
|
$:.unshift File.dirname(__FILE__)
|
||
|
require 'pastemaster'
|
||
|
|
||
|
use Rack::ShowExceptions
|
||
|
|
||
|
run Pastemaster.new
|