# File lib/jpmobile/rack/filter.rb, line 6
      def initialize(app)
        @app = app
      end