eg. 'wrapper', 'category:python' or '"document database"'
This file looks large and may slow your browser down if we attempt to syntax highlight it, so we are showing it without any pretty colors. Highlight it anyway.
# -*- ruby -*-
require 'sinatra'
require './coefficient'
#require 'sinatra-reloader'
#use Sinatra::Reloader, 0
set :environment, :development
set :port, 4567
set :host, 'localhost'
run Sinatra::Application