使い方 # main.rb require './simple_app' get '/hello' do html("./index.html") end install: git clone https://github.com/lits0ra/frame-work.git run: rackup View at: http://localhost:9292/hello