# File lib/apipie/extractor/recorder.rb, line 90
        def call(env)
          analyze(env) do
            @app.call(env)
          end
        end