# File lib/apipie/apipie_module.rb, line 16 def self.method_missing(method, *args, &block) app.respond_to?(method) ? app.send(method, *args, &block) : super end