# File lib/apipie/static_dispatcher.rb, line 48 def initialize(app, path) @app = app @file_handler = Apipie::FileHandler.new(path) end