class Shotgun::Loader
def assemble_app
def assemble_app config = @config inner_app = self.inner_app Rack::Builder.new { instance_eval(&config) run inner_app }.to_app end
def assemble_app config = @config inner_app = self.inner_app Rack::Builder.new { instance_eval(&config) run inner_app }.to_app end