38 39 40 41 42
# File 'lib/true-web.rb', line 38 def app @app ||= Rack::Builder.new do run controller end.to_app end