# File lib/bullet/rack.rb, line 7
    def initialize(app)
      @app = app
    end