# File lib/sinatra/respond_with.rb, line 92
      def initialize(app)
        @app, @map, @generic, @default = app, {}, {}, nil
      end