# File lib/jpmobile/rack/mobile_carrier.rb, line 10
      def call(env)
        env['rack.jpmobile'] = carrier(env)

        @app.call(env)
      end