server.rb 82 Bytes Edit Raw Blame History 1 2 3 4 get '/lib/*' do |path| send_file File.dirname(__FILE__) + '/../lib/' + path end